https://github.com/pingcheng/daily-expense
Personal daily expense vue app
https://github.com/pingcheng/daily-expense
Last synced: 5 months ago
JSON representation
Personal daily expense vue app
- Host: GitHub
- URL: https://github.com/pingcheng/daily-expense
- Owner: pingcheng
- Created: 2020-08-14T00:13:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T23:09:13.000Z (over 5 years ago)
- Last Synced: 2025-04-22T23:17:51.903Z (about 1 year ago)
- Language: Vue
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# daily-expense
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).