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

https://github.com/oguzthmc/vue3-income-tracker

Let's build an income tracker in Vue 3 with the composition api. In this project I handle into the basics of Vue 3 and use methods such as setup(), Reactive, v-model and more to build a vuejs income tracker.
https://github.com/oguzthmc/vue3-income-tracker

Last synced: 2 months ago
JSON representation

Let's build an income tracker in Vue 3 with the composition api. In this project I handle into the basics of Vue 3 and use methods such as setup(), Reactive, v-model and more to build a vuejs income tracker.

Awesome Lists containing this project

README

        

# income-tracker

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).