Go to file
andy 8243be524d fix: Fix Dockerfile copying source 2023-08-20 10:36:43 -05:00
assets feat: Working game, styled, router 2023-07-21 10:48:46 -05:00
config feat: Add backend server for multiplayer 2023-08-01 18:23:28 -05:00
dist fix: Organize dependencies for prod, update Dockerfile 2023-08-20 10:30:47 -05:00
public feat: Working game, styled, router 2023-07-21 10:48:46 -05:00
sockets feat: Add backend server for multiplayer 2023-08-01 18:23:28 -05:00
src feat: Add multiplayer, better CSS, fonts, and revamp 2023-08-01 18:25:59 -05:00
.dockerignore feat: Add docker support 2023-08-19 13:36:25 -05:00
.gitignore fix: Organize dependencies for prod, update Dockerfile 2023-08-20 10:30:47 -05:00
Dockerfile fix: Fix Dockerfile copying source 2023-08-20 10:36:43 -05:00
README.md init 2023-07-06 15:49:58 -05:00
app.js feat: Add backend server for multiplayer 2023-08-01 18:23:28 -05:00
babel.config.js init 2023-07-06 15:49:58 -05:00
docker-compose.yaml feat: Add docker support 2023-08-19 13:36:25 -05:00
jsconfig.json init 2023-07-06 15:49:58 -05:00
package-lock.json fix: Organize dependencies for prod, update Dockerfile 2023-08-20 10:30:47 -05:00
package.json fix: Organize dependencies for prod, update Dockerfile 2023-08-20 10:30:47 -05:00
vue.config.js refactor: Add config options to vue.config for building 2023-08-01 18:20:09 -05:00

README.md

tic-tac-toe-pwa

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.