This is a replica of the menuapp but in progressive web application form.
Look at the Changelog
This application is live on heroku
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
env variable | Development | Production |
---|---|---|
baseUrl | localhost:3000 | process.env.BASE_URL |
- vue: https://vuejs.org/
- vue-material: https://vuematerial.io/
- nuxt: https://nuxtjs.org/
- nuxt pwa: https://pwa.nuxtjs.org/
- nuxt axios: https://axios.nuxtjs.org/
- nuxt firebase: https://firebase.nuxtjs.org/
- nuxt vuetify: https://github.com/nuxt-community/vuetify-module
- firebase: https://www.npmjs.com/package/firebase
- sass-loader: https://www.npmjs.com/package/sass-loader
For detailed explanation on how things work, check out Nuxt.js docs.
- Robbie Verdurme - Initial work - GitHub