Simple election app for youth at my church.
- Add/edit/delete candidate
- Vote up
- Vote down
- Results table: list all the candidates with
name | votes | percent
, filters byall
andpassed
(who won haft of ballots) candidates - Delete data
- Localization
- Offline mode (Using Vue pwa template)
# install dependencies
npm install
# serve with hot reload at localhost:8081
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
- Build app for mac, linux, windows by Electron