Vue 3 Project: Tic-Tac-Toe This is more of a logic study rather than a Vue one, but still interesting to see how logic and components can be used within a Vue environment. You can try it here Project Setup npm install Compile and Hot-Reload for Development npm run dev Type-Check, Compile and Minify for Production npm run build Lint with ESLint npm run lint