# dva **Repository Path**: azhai/dva ## Basic Information - **Project Name**: dva - **Description**: https://github.com/tookit/vue-material-admin 的dev版本 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-04-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue Material Admin [![CircleCI](https://circleci.com/gh/tookit/vue-material-admin/tree/dev.svg?style=svg)](https://circleci.com/gh/tookit/vue-material-admin/tree/dev) ## Plan and features * will create a new template by vue-cli 3.x * will remove some useless code becuase of the vuetify framework updates * may add vue-nuxt support * may add vuex support and sample code * will refactor the whole code ## Introduction Vue Material Admin Template is a [Vue](https://vuejs.org/index.html/) Based Material Design Admin Template. And use [Vuetifyjs](https://vuetifyjs.com/) as base framework. Vuetify is Awesome. ## Demo [http://vma.isocked.com/#/dashboard] (Old) [http://dev-vma.isocked.com/#/dashboard] (dev) ## Preview ![Preivew](http://vma.isocked.com//static/preview/01_preview.png) ## Project Structure ``` bash ├── build ├── config (Webpack) ├── src │ ├── api │ ├── components │ ├── mixins │ ├── views (or views) │ ├── router │ ├── util │ ├── theme │ │ ├── default.styl │ └── App.vue │ └── event.js │ └── main.js ├── dist ├── release ├── static (or asset) ├── mock (or script to build mock data) ├── node_modules ├── test ├── README.md ├── package.json ├── index.html └── .gitignore ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### Reference * [Vuetifyjs](https://vuetifyjs.com/) * [Vue](https://vuejs.org/index.html/) * [ECharts](http://echarts.baidu.com/option.html) * [Stylus](http://stylus-lang.com/) ### Donate If you find this project useful, you can buy author a glass of juice :tropical_drink: [Paypal Me](https://www.paypal.me/tookit) [Buy me a coffee](https://www.buymeacoffee.com/tookit) Buy Me A Coffee ## License [MIT](https://github.com/tookit/vue-material-admin/blob/master/LICENSE)