An open API service indexing awesome lists of open source software.

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

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/).