https://github.com/phoenixpinpoint/vue-dashboard
A Basic Vue Dashboard
https://github.com/phoenixpinpoint/vue-dashboard
Last synced: 2 months ago
JSON representation
A Basic Vue Dashboard
- Host: GitHub
- URL: https://github.com/phoenixpinpoint/vue-dashboard
- Owner: phoenixpinpoint
- Created: 2025-01-18T22:25:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T21:49:18.000Z (5 months ago)
- Last Synced: 2025-01-29T22:02:21.494Z (4 months ago)
- Language: Vue
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dashboard
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).