Nuxt Material Admin is based off vue-material-design with upgraded vuetify version. For now, this version is in complete dark mode.
- the first 3 jumbotron
- Timeline
- Login page - not same layout
- font awesome icons
- applying custom styl
- chat pages
- email pages
- notifications
- profile dropdown
- theme settings
- echarts
- quil editor
- BasicForms page
- homepage
- some places "v-html" needs to be used for setting style on text
- some scope features will be removed in vue 3
# 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