Skip to content

ruVue/nuxt-vuetify-dashboard

 
 

Repository files navigation

nuxt3-vuetify3-dashboard

Nuxt 3 + Vuetify 3 + 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 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:

About

Nuxt 3 + Vuetify 3 + Material Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 93.8%
  • TypeScript 4.7%
  • JavaScript 1.2%
  • Other 0.3%