https://github.com/devkiloton/vue-expense-tracker
A very simple Vue application to calculate expenses
https://github.com/devkiloton/vue-expense-tracker
composition-api vue3
Last synced: 2 months ago
JSON representation
A very simple Vue application to calculate expenses
- Host: GitHub
- URL: https://github.com/devkiloton/vue-expense-tracker
- Owner: devkiloton
- Created: 2024-02-15T05:46:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T05:55:21.000Z (over 2 years ago)
- Last Synced: 2025-03-14T15:21:56.351Z (over 1 year ago)
- Topics: composition-api, vue3
- Language: Vue
- Homepage: https://expense-tracker-r6mi.onrender.com/
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expense-tracker
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).