Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiyuan404/vue-expense-tracker
toy project used vue composition api
https://github.com/xiyuan404/vue-expense-tracker
Last synced: about 1 month ago
JSON representation
toy project used vue composition api
- Host: GitHub
- URL: https://github.com/xiyuan404/vue-expense-tracker
- Owner: xiyuan404
- Created: 2024-05-24T02:58:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T05:30:16.000Z (8 months ago)
- Last Synced: 2024-07-02T08:42:10.669Z (6 months ago)
- Language: Vue
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-expense-tracker
![snapshot](expense-tracker-snapshot.png)## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```