https://github.com/mathieu2301/cashflow-2
https://github.com/mathieu2301/cashflow-2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathieu2301/cashflow-2
- Owner: Mathieu2301
- Created: 2019-07-26T12:39:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T11:37:34.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T03:27:06.712Z (over 1 year ago)
- Language: Vue
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cashflow
## 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/).