Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 509 Bytes

Mask of Goblin

Rare equipment viewer for King's Raid.

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# test production build (run yarn build first) at localhost:8081 to make sure nothing is funky
yarn test

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