TicTacToe with Vue.js

Installation

Prerequisites

Ensure you have the following software (globally) installed on your system:

Development

# install dependencies
$ yarn install

# start the dev server
$ yarn dev

# run unit tests
$ yarn unit

# run e2e tests
$ yarn e2e

# run all tests
$ yarn test

Deployment

$ yarn build