Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 897 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 897 Bytes

nuxt3-vuetify3-dashboard

Nuxt 3 + Vuetify 3 + Material Dashboard

Demo - demonstration site

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 run start

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: