https://github.com/mr55p-dev/vue-dash
A simple vue dashboard
https://github.com/mr55p-dev/vue-dash
Last synced: 5 months ago
JSON representation
A simple vue dashboard
- Host: GitHub
- URL: https://github.com/mr55p-dev/vue-dash
- Owner: mr55p-dev
- Created: 2025-06-12T07:02:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T07:07:13.000Z (about 1 year ago)
- Last Synced: 2025-06-20T06:18:16.126Z (about 1 year ago)
- Language: Vue
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple vue dashboard with some sample data given by ChatGPT, so I can dive into some newer
concepts in VueJS and play around with them.
To build: `bun run build`
To serve: `bunx serve dist`
To dev: `bun run dev`