https://github.com/s4k1b/expense_log
To keep log of my daily expense
https://github.com/s4k1b/expense_log
firebase javascript tailwind-css vuejs
Last synced: 4 months ago
JSON representation
To keep log of my daily expense
- Host: GitHub
- URL: https://github.com/s4k1b/expense_log
- Owner: s4k1b
- Created: 2019-03-02T08:50:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:15:27.000Z (over 3 years ago)
- Last Synced: 2025-03-02T09:36:04.212Z (over 1 year ago)
- Topics: firebase, javascript, tailwind-css, vuejs
- Language: Vue
- Homepage: https://my-finance-365.web.app/
- Size: 3.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expense_log
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).