An open API service indexing awesome lists of open source software.

https://github.com/futuresea-dev/vue3_dashboard


https://github.com/futuresea-dev/vue3_dashboard

vue vue3 vuejs

Last synced: 7 months ago
JSON representation

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
```