/TicTacToeVuejs

Simple Tic Tac Toe with Vue.js

Primary LanguageVue

Everyone knows how to play :) Thi project was made for start2impact Vue.js course

Clone this repo then:

Install dependencies

npm install

then:

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint