Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purwnt/vuetify-dashboard
Open source and ready to use customizable vuetify admin dashboard template.
https://github.com/purwnt/vuetify-dashboard
admin dashboard free javascript materialdesign opensource template ui vuejs vuetify
Last synced: about 2 months ago
JSON representation
Open source and ready to use customizable vuetify admin dashboard template.
- Host: GitHub
- URL: https://github.com/purwnt/vuetify-dashboard
- Owner: purwnt
- License: mit
- Created: 2019-02-26T17:39:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T16:49:04.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T14:52:13.305Z (almost 2 years ago)
- Topics: admin, dashboard, free, javascript, materialdesign, opensource, template, ui, vuejs, vuetify
- Language: Vue
- Homepage:
- Size: 333 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuetify-dashboard-template
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).