Web aplicattion with nuxtjs (The Progressive Vue.js Framework).
The configuration selected to nuxtjs was:
- server
None (Nuxt default server)
- UI framework vuetify 1.5
- Testing framework
None (feel free to add one later)
- Nuxt mode
Universal
- axios module
selected
Additional was has install the next common tools:
- Vue Filters
npm i vue2-filters
- Vue moment
npm i vue-moment
- Vue cookie
npm i vue-cookie --save
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout Nuxt.js docs.