Skip to content

widatama/tic-tac-vue

Repository files navigation

Tic Tac Vue

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