/nuxt-app-web

NUXT APP WEB is a template nuxt with vuetify, axios, Vue moment, vue filters and Vue cookie

Primary LanguageVue

APP WEB WITH NUXT - VUE

Web aplicattion with nuxtjs (The Progressive Vue.js Framework).

The configuration selected to nuxtjs was:

  1. server None (Nuxt default server)
  2. UI framework vuetify 1.5
  3. Testing framework None (feel free to add one later)
  4. Nuxt mode Universal
  5. axios module selected

Additional was has install the next common tools:

  1. Vue Filters npm i vue2-filters
  2. Vue moment npm i vue-moment
  3. Vue cookie npm i vue-cookie --save

Build Setup from nuxt

# 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.