https://github.com/lccalluchi/ask-game
https://github.com/lccalluchi/ask-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lccalluchi/ask-game
- Owner: cheems-dev
- Created: 2021-08-17T16:50:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T08:20:27.000Z (over 4 years ago)
- Last Synced: 2025-02-02T01:27:58.498Z (about 1 year ago)
- Language: Vue
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ask game
## Project setup
```
npm run 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
```