https://github.com/afgprogrammer/vue-dashboard
A beautiful dashboard for vue and laravel
https://github.com/afgprogrammer/vue-dashboard
Last synced: 3 months ago
JSON representation
A beautiful dashboard for vue and laravel
- Host: GitHub
- URL: https://github.com/afgprogrammer/vue-dashboard
- Owner: afgprogrammer
- Created: 2019-08-22T09:16:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T08:13:10.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T19:12:42.562Z (4 months ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-dashboard
## 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 end-to-end tests
```
npm run test:e2e
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).