https://github.com/bluefrog130/ai-final
https://github.com/bluefrog130/ai-final
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluefrog130/ai-final
- Owner: BlueFrog130
- Created: 2020-09-18T20:02:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T01:18:12.000Z (over 5 years ago)
- Last Synced: 2025-01-20T19:38:56.816Z (over 1 year ago)
- Language: TypeScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ai-project
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).