https://github.com/tookit/laravel-material-admin
A laravel admin dashboard with material design
https://github.com/tookit/laravel-material-admin
Last synced: 3 months ago
JSON representation
A laravel admin dashboard with material design
- Host: GitHub
- URL: https://github.com/tookit/laravel-material-admin
- Owner: tookit
- License: mit
- Created: 2021-03-29T11:33:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T07:02:50.000Z (about 5 years ago)
- Last Synced: 2025-02-22T23:14:24.930Z (over 1 year ago)
- Language: Vue
- Size: 380 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Material Admin
The Admin UI dashboard for laravel-material-admin.
## 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/)