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
- Host: GitHub
- URL: https://github.com/clouddev777/vue_material_admin_dashboard
- Owner: CloudDev777
- Created: 2025-06-12T14:15:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T04:47:33.000Z (about 1 year ago)
- Last Synced: 2025-06-14T05:25:36.035Z (about 1 year ago)
- Topics: admin, dashboard, javascript, laravel, material, rest-api, scss, typescript, vue, vuetifyjs
- Language: Vue
- Homepage: https://vma.isocked.com/#/dashboard
- Size: 23.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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