/tic-tac-toe

Primary LanguageJavaScript

Tic-Tac-Toe

This app contains basic scaffolding for building out a Tic-Tac-Toe game. It's written using Vue.js and ES6 (though vanilla javascript works just fine, too).

Requirements:

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run tests
npm run test

Notes

  • This application was built based on the 'simple webpack' template using the Vue CLI.
  • For detailed explanation on how the scaffolding works, consult the docs for vue-loader.