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

Bluemangoo/run-board

Repository files navigation

run-board

Warning

This repo is archived after June 10, 2024 and scheduled to be deleted after June 10, 2025

Set your id list at App.vue > data() > idList

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Election setup

MKDIR build
COPY election.package.json build/package.json
CD build
yarn install

Election build

ROBOCOPY dist build /E
COPY main.js build/main.js
CD build
yarn run build