Skip to content

cain/vue-blokus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5693713 · Sep 4, 2018

History

34 Commits
Mar 4, 2018
Sep 4, 2018
Apr 27, 2018
May 11, 2018
Sep 4, 2018
Mar 4, 2018
Mar 4, 2018
Mar 4, 2018
Mar 4, 2018
Mar 4, 2018
Mar 4, 2018
Apr 26, 2018
Mar 4, 2018
Mar 5, 2018
May 15, 2018
May 15, 2018
Mar 28, 2018
Apr 26, 2018
Apr 10, 2018
Apr 26, 2018

Repository files navigation

vue-blokus

A Multiplayer board game based off the game blokus!

Design

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.