A Progressive Web App based on Vue.js & Firebase
Make sure you have npm >= 5 installed. To check do:
npm -v
Installation
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# serve without hot reload but with working Service Worker at localhost:8080
npm run start-sw
# build for production with minification
npm run build
# run unit tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.