Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lin-xi/gobang
五子棋
https://github.com/lin-xi/gobang
Last synced: about 5 hours ago
JSON representation
五子棋
- Host: GitHub
- URL: https://github.com/lin-xi/gobang
- Owner: lin-xi
- Created: 2020-11-26T00:15:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T14:21:05.000Z (about 4 years ago)
- Last Synced: 2024-11-11T09:44:35.029Z (about 2 months ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gobang
## 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
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).