Tic Tac Vue
December 19, 2022 ยท View on GitHub
Two player tic tac toe game implemented with vue js.
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so the tsc CLI is replaced with vue-tsc for type checking.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm start
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint