https://github.com/fecony/goal-savings
🚧 Abandoned Vue goal saving app
https://github.com/fecony/goal-savings
Last synced: about 1 month ago
JSON representation
🚧 Abandoned Vue goal saving app
- Host: GitHub
- URL: https://github.com/fecony/goal-savings
- Owner: fecony
- Created: 2020-06-14T18:26:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T21:33:13.000Z (over 3 years ago)
- Last Synced: 2025-02-15T04:27:38.582Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goal-savings
## 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/).