Two player tic tac toe game implemented with vue js.
TypeScript cannot handle type information for .vue
imports by default, so the tsc
CLI is replaced with vue-tsc
for type checking.
See Vite Configuration Reference.
npm install
npm start
npm run build
Lint with ESLint
npm run lint