Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenzobenzo/vue-admin-dashboard
designcode.io vue dashboard tutorial
https://github.com/kenzobenzo/vue-admin-dashboard
Last synced: 3 months ago
JSON representation
designcode.io vue dashboard tutorial
- Host: GitHub
- URL: https://github.com/kenzobenzo/vue-admin-dashboard
- Owner: KenzoBenzo
- Created: 2019-08-12T14:28:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:41:35.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:11:02.936Z (almost 2 years ago)
- Language: Vue
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-admin-dashboard
## 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/).