Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widatama/tic-tac-vue
Tic tac toe game implemented with vue js
https://github.com/widatama/tic-tac-vue
game tic-tac-toe vue
Last synced: about 23 hours ago
JSON representation
Tic tac toe game implemented with vue js
- Host: GitHub
- URL: https://github.com/widatama/tic-tac-vue
- Owner: widatama
- License: mit
- Created: 2016-06-12T04:33:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T05:21:02.000Z (2 months ago)
- Last Synced: 2024-09-09T06:37:56.103Z (2 months ago)
- Topics: game, tic-tac-toe, vue
- Language: TypeScript
- Homepage: http://widatama.github.io/tic-tac-vue/
- Size: 2.14 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Tic Tac Vue - Tic tac toe game implemented with Vue.js. (Vue)
- awesome-indonesia-repo - Tic Tac Vue - Tic tac toe game implemented with Vue.js. (Vue)
- awesome-vietnam-repo - Tic Tac Vue - Tic tac toe game implemented with Vue.js. (Vue)
README
# Tic Tac Vue
Two player tic tac toe game implemented with vue js.
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so the `tsc` CLI is replaced with `vue-tsc` for type checking.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm start
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```