# 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) English | [简体中文](./README.zh-CN.md) ## 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. ## Discrod Change [Discrod channel](https://discord.gg/7f6TVx) ## Demo [Vuetify2 version](https://vma.isocked.com/#/auth/login) [Vuetify3 version](https://vma3.isocked.com/#/auth/login) ## Preview ![Preivew](http://doc.isocked.com/img/preview.png) ## Documentation [doc](http://doc.isocked.com/) ## Project Structure ``` bash ├── src │ ├── api │ ├── components │ ├── mixins │ ├── views │ ├── router │ ├── store │ ├── util │ ├── theme │ │ ├── default.sass │ └── App.vue │ └── event.js │ └── main.js ├── dist ├── release ├── static (or asset) ├── node_modules ├── test ├── README.md ├── package.json ├── vue.config.js ├── 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/) * [ICON](https://materialdesignicons.com/) * [SASS](http://sass-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)