Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sereneinserenade/khatu
A simple expense tracker.
https://github.com/sereneinserenade/khatu
hacktoberfest
Last synced: 20 days ago
JSON representation
A simple expense tracker.
- Host: GitHub
- URL: https://github.com/sereneinserenade/khatu
- Owner: sereneinserenade
- License: mit
- Created: 2021-10-03T09:57:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T16:01:42.000Z (about 3 years ago)
- Last Synced: 2024-04-13T14:55:43.687Z (7 months ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# khatu
## 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/).