Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 688 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 688 Bytes

Overseer

MTG Card Lookup

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# run unit tests
yarn test


# lint all JS/Vue component files in `src/`
yarn run lint

This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.