nuxt-vuetify-admin
nuxt-vuetify-admin copied to clipboard
A vue material design admin template with nuxt
[WIP] nuxt-vuetify-admin
Introduction
Nuxt Material Admin is based off vue-material-design with upgraded vuetify version. For now, this version is in complete dark mode.
Broken features
- the first 3 jumbotron
- Timeline
- Login page - not same layout
missing features
- font awesome icons
- applying custom styl
- chat pages
- email pages
- notifications
- profile dropdown
- theme settings
- echarts
- quil editor
- BasicForms page
- homepage
issues
- some places "v-html" needs to be used for setting style on text
- some scope features will be removed in vue 3
Build Setup
# 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 start
# generate static project
$ npm run generate