Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 283 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 283 Bytes

Cycling Patagonia

Progressive Web App made with Quasar + Vue.js about my Patagonia bike tour in 2017-2018

Run

npm run dev

Deploy to git pages


npm run build
git checkout gh-pages
cp dist/spa-mat/* . -R
// git add modified files
git push origin gh-pages