Skip to content

rekryt/nuxt-vuetify-dashboard

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2023
Feb 13, 2023
Apr 28, 2023
Feb 13, 2023
Feb 13, 2023
Jul 25, 2023
Apr 28, 2023
Feb 13, 2023
Feb 13, 2023
Jul 25, 2023
Apr 28, 2023
Feb 13, 2023
Apr 28, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Aug 2, 2021
Feb 13, 2023
Aug 21, 2023
Feb 19, 2023
Apr 28, 2023
Apr 28, 2023
Feb 13, 2023
Mar 21, 2023
Oct 2, 2023
Feb 13, 2023

Repository files navigation

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: