Nuxt.js + Vuetify.js + Material Dashboard
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# or generate static project
# npm run generate
$ 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:
- Material-dashboard documentation
- Vuetify.js documentation
- Nuxt.js