Skip to content

alimuradov/nuxt-vuetify-dashboard

 
 

Repository files navigation

nuxt-vuetify-dashboard

Nuxt.js + Vuetify.js + 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 start

# or generate static project
# npm run generate

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.js + Vuetify.js + Material Dashboard

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.6%
  • Vue 46.2%
  • HTML 2.1%
  • Other 0.1%