https://github.com/pdevito3/ynab-clone
https://github.com/pdevito3/ynab-clone
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdevito3/ynab-clone
- Owner: pdevito3
- Created: 2019-08-17T15:37:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:28:59.000Z (over 1 year ago)
- Last Synced: 2025-05-20T23:12:32.463Z (9 months ago)
- Language: Vue
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ynab-clone
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).