Nuxt 3 + Vuetify 3 + Material Dashboard
Demo - demonstration site
# 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 run start
$ 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:
- Vuetify 3 documentation
- Nuxt 3
- Material-dashboard old documentation