https://github.com/junaya/game-darkblue-vue
the game learn JavaScript from https://eloquentjavascript.net/
https://github.com/junaya/game-darkblue-vue
canvas vue vue-cli-3
Last synced: 2 months ago
JSON representation
the game learn JavaScript from https://eloquentjavascript.net/
- Host: GitHub
- URL: https://github.com/junaya/game-darkblue-vue
- Owner: JunaYa
- Created: 2018-10-08T09:30:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T03:45:15.000Z (over 6 years ago)
- Last Synced: 2025-02-11T15:42:29.450Z (4 months ago)
- Topics: canvas, vue, vue-cli-3
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game-darkblue
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```