https://github.com/futuresea-dev/vue3_dashboard
https://github.com/futuresea-dev/vue3_dashboard
vue vue3 vuejs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/futuresea-dev/vue3_dashboard
- Owner: futuresea-dev
- Created: 2022-01-08T19:09:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T19:12:43.000Z (over 4 years ago)
- Last Synced: 2025-09-09T01:41:42.374Z (8 months ago)
- Topics: vue, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 434 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Health Dashboard in Vue 3 - Without TypeScript
This app was created as a Vue 2 / Vue 3 experiment. I made exactly the same app using both version of the framework in July 2020.
I decided to leave Vuex out of the scope of this app because it wasn't fully supported.
Screenshot:

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```