https://github.com/theunderscorer/dietassistant
https://github.com/theunderscorer/dietassistant
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theunderscorer/dietassistant
- Owner: TheUnderScorer
- Created: 2020-10-10T09:33:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T16:59:37.000Z (over 4 years ago)
- Last Synced: 2025-01-17T03:31:58.278Z (5 months ago)
- Language: TypeScript
- Size: 2.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diet-assistant
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).