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: 2 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T04:57:28.000Z (27 days ago)
- Last Synced: 2025-04-05T23:23:11.666Z (10 days ago)
- Topics: game, tic-tac-toe, vue
- Language: TypeScript
- Homepage: http://widatama.github.io/tic-tac-vue/
- Size: 2.55 MB
- Stars: 3
- Watchers: 1
- 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
```