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.
- Host: GitHub
- URL: https://github.com/oguzthmc/vue3-income-tracker
- Owner: oguzthmc
- Created: 2020-10-16T22:07:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T22:14:28.000Z (over 4 years ago)
- Last Synced: 2023-11-01T00:26:00.649Z (over 1 year ago)
- Language: Vue
- Homepage: https://vue3-income-tracker.vercel.app
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).