# vue-material-admin **Repository Path**: always1024/vue-material-admin ## Basic Information - **Project Name**: vue-material-admin - **Description**: A vue material design admin template - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-04 - **Last Updated**: 2022-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue Material Admin ## Plan and features I didn't expected lot of people interesting in this project, and I'm so busy, so I din't have too much time to update the code. And in fact, I'm a backend developer, and I plan to build a backend REST API to integrated with the admin template. such as json-scheme-form-builder... and I think the code I wrote is a totally a trash, I plan to refactor them. ~_~ * will create a new template by vue-cli 3.x * will remove some useless code because 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. ## Discord Channel If there is any idea or advice may help improve the channel, pls leave your message. Thanks [https://discord.gg/9nsyEES] (https://discord.gg/9nsyEES) ## Demo [http://vma.isocked.com/#/dashboard](http://vma.isocked.com/#/dashboard) ## 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)