Nuxt.js + Express boilerplate with Vuetify component framework
# clone repository
$ git clone https://github.com/danijelmartinek/nuxt.js-express-vuetify.git
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm start
Nuxt.js --> https://nuxtjs.org/guide
Express --> http://expressjs.com/
Vuetify --> https://vuetifyjs.com/
Nuxt.js + Express --> https://github.com/nuxt-community/express-template