https://github.com/zapsys/tic-tac-toe
https://github.com/zapsys/tic-tac-toe
javascript vue vuetify
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zapsys/tic-tac-toe
- Owner: zapsys
- License: mit
- Created: 2024-09-10T00:38:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-10T01:24:25.000Z (over 1 year ago)
- Last Synced: 2025-01-22T17:12:06.182Z (11 months ago)
- Topics: javascript, vue, vuetify
- Language: Vue
- Homepage: https://tic-tac-toe-vuejs.onrender.com
- Size: 808 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TIC-TAC-TOE
Classic game constructed with [Vue 3](https://vuejs.org/guide/introduction.html), [Vite](https://vitejs.dev/) e [Vuetify Component 3](https://vuetifyjs.com/en/)
Based on work of [Sushil Kamble](https://github.com/sushil-kamble), backend untouched.
## Download
No terminal clone o projeto:
```
git clone https://github.com/zapsys/tic-tac-toe.git
```
## Project setup
Entre na pasta do projeto e execute o commando para instalar as dependências
```
cd tic-tac-toe
```
```
npm install
```
## Execute for development with hot-reload
```
npm run dev
```
Acesse a url http://localhost:5173 no navegador.
## Build for production
```
npm run build
```
Então execute:
```
npm run serve
```
Acesse a url http://localhost:4173 no navegador.
## Demo
[Tic-Tac-Toe](https://tic-tac-toe-vuejs.onrender.com/)

## License
Este projeto está sob a licença MIT, que permite o download, execução, alteração, redistribuição, tanto para uso privado como comercial do código fonte, desde que citado o autor.
[MIT License](LICENSE.md)