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

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

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/)