https://github.com/cstringer17/vue_tictactoe
:game_die: TicTacToe made in Vue.js with Vuex
https://github.com/cstringer17/vue_tictactoe
tictactoe vue-tictactoe
Last synced: 12 months ago
JSON representation
:game_die: TicTacToe made in Vue.js with Vuex
- Host: GitHub
- URL: https://github.com/cstringer17/vue_tictactoe
- Owner: cstringer17
- Created: 2020-08-18T14:05:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T10:18:43.000Z (over 5 years ago)
- Last Synced: 2025-01-14T13:33:44.124Z (about 1 year ago)
- Topics: tictactoe, vue-tictactoe
- Language: JavaScript
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_tictactoe
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).