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

https://github.com/clouddev777/vue_material_admin_dashboard


https://github.com/clouddev777/vue_material_admin_dashboard

admin dashboard javascript laravel material rest-api scss typescript vue vuetifyjs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Vue Material Admin

## 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