https://github.com/freddie-nelson/tictactoe-vuejs
Simple tictactoe game made with vuejs
https://github.com/freddie-nelson/tictactoe-vuejs
Last synced: 28 days ago
JSON representation
Simple tictactoe game made with vuejs
- Host: GitHub
- URL: https://github.com/freddie-nelson/tictactoe-vuejs
- Owner: freddie-nelson
- Created: 2020-01-05T15:37:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:54:14.000Z (over 2 years ago)
- Last Synced: 2025-05-08T19:14:39.409Z (28 days ago)
- Language: Vue
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/).