🇪🇺 Vue.js powered voting application. Issues are tracked @ https://git.verdigado.com/NB-Public/kandimat/issues
Go to file
2019-04-08 10:16:16 +02:00
public 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
resources Added calucation model reference 2017-08-13 23:14:31 +02:00
src 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
tests/unit 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
.browserslistrc 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
.editorconfig Initial commit 2017-08-09 15:15:42 +02:00
.eslintrc.js 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
.gitignore 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
babel.config.js 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
jest.config.js 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
package-lock.json 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
package.json 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
postcss.config.js 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
README.md 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00

EUROMAT

A Vue.js powered, progressive web voting application for the upcoming European election.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.