https://github.com/dkatz23238/vuejs-analytics-dashboard
VueJS Dashboard with Charts
https://github.com/dkatz23238/vuejs-analytics-dashboard
Last synced: 3 months ago
JSON representation
VueJS Dashboard with Charts
- Host: GitHub
- URL: https://github.com/dkatz23238/vuejs-analytics-dashboard
- Owner: dkatz23238
- Created: 2019-11-23T03:03:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:31:38.000Z (over 2 years ago)
- Last Synced: 2025-01-19T08:28:13.547Z (4 months ago)
- Language: Vue
- Size: 4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analytics-frontend
## 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/).