dev-hayash / nuxt-vuetify-dashboard

Nuxt.js + Vuetify.js + Material Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-vuetify-dashboard

Nuxt.js + Vuetify.js + Material Dashboard

alt text

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

Open http://localhost:3000

Production

# build for production and launch server
$ npm run build
$ npm start

# or generate static project
# npm run generate

Docker

$ docker build -t nuxt_dashboard .
$ docker run -it -e HOST=0.0.0.0 -p 3000:3000 nuxt_dashboard

Open http://docker-machine ip:3000

For detailed explanation on how things work, check out:

About

Nuxt.js + Vuetify.js + Material Dashboard


Languages

Language:JavaScript 52.0%Language:Vue 45.7%Language:HTML 2.2%Language:Dockerfile 0.1%Language:Less 0.0%