Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tookit/vue-material-admin
A vue material design admin template
https://github.com/tookit/vue-material-admin
admin dashboard laravel rest-api uikit vue vuetifyjs
Last synced: 21 days ago
JSON representation
A vue material design admin template
- Host: GitHub
- URL: https://github.com/tookit/vue-material-admin
- Owner: tookit
- Created: 2018-05-22T03:21:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T03:04:07.000Z (8 months ago)
- Last Synced: 2024-09-30T17:40:52.754Z (about 1 month ago)
- Topics: admin, dashboard, laravel, rest-api, uikit, vue, vuetifyjs
- Language: Vue
- Homepage: http://vma.isocked.com/#/dashboard
- Size: 21 MB
- Stars: 2,302
- Watchers: 103
- Forks: 588
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-material-design - vue-material-admin - Vue Material Admin built on Vuetify (Vue / Templates)
- awesome - tookit/vue-material-admin - A vue material design admin template (Vue)
- awesome - Vue Material Admin - A vue material admin template (đ Projects using Vuetify <a name="projects"></a> / đŧī¸ Themes <a name="themes"></a>)
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)
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://v2.isocked.com/#/auth/login)
- [Vuetify3 version](https://vma.isocked.com/#/auth/login)## Preview
![Preivew](https://vma.isocked.com/vma_preview.webp)## Documentation
[doc](http://doc.isocked.com/)
## Project Structure
``` bash
âââ src
â âââ api
â âââ components
â âââ mixins
â âââ views
â âââ router
â âââ store
â âââ utils
â âââ theme
â â âââ LightTheme.sass
â âââ App.vue
â âââ event.js
â âââ main.js
âââ dist
âââ release
âââ static (or asset)
âââ node_modules
âââ test
âââ README.md
âââ package.json
âââ vue.config.js
âââ public
â âââ 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)
## License
[MIT](https://github.com/tookit/vue-material-admin/blob/master/LICENSE)