- Live demo (access with mobile or tablet): https://holopolis-map.pdis.tw
- Sticker: https://drive.google.com/file/d/1NSmDfdKFqtsEohWYdeemnkXleTbj8NMx/view
- Mockups: https://xd.adobe.com/view/d6fb46ca-aabf-4167-7ca5-16fff3bbd6f7-a0ca/
- Slides: https://www.canva.com/design/DADJDvut0tw/8VA8RTSRpb53GYalJ_hIDg/view
- Documentation: https://docs.google.com/document/d/1GRa8wx6ofWAeXiXy-02J1_AmnJOjLZh_yNERIQ_g88o/view
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.