Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A vue material design admin template

Awesome Lists containing this project

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)

Buy Me A Coffee

## License

[MIT](https://github.com/tookit/vue-material-admin/blob/master/LICENSE)