🇪🇺 Vue.js powered voting application. Issues are tracked @ https://git.verdigado.com/NB-Public/kandimat/issues
Go to file
Moritz Kröger 40e6304487
Create LICENSE
2020-04-26 11:46:25 +02:00
bin Adds basic content for partner page 2019-05-05 17:16:11 +02:00
public 🌐 Adds polish language 2019-05-20 14:29:18 +01:00
resources 🌐 Adds polish language 2019-05-20 14:29:18 +01:00
src Hotfixes missing image in partner page attempt 2 2019-05-24 15:30:42 +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 Uses new data and adds command to build step 2019-04-26 12:19:05 +01:00
.snyk fix: .snyk, package.json & package-lock.json to reduce vulnerabilities 2019-07-04 11:10:11 +00:00
LICENSE Create LICENSE 2020-04-26 11:46:25 +02:00
README.md Added logic to embed euromat in an iframe 2019-05-05 16:39:12 +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 Merge pull request #196 from morkro/snyk-fix-c812232dbc01b5ed245876711ae8a2f2 2020-01-27 13:30:22 +01:00
package.json Merge pull request #196 from morkro/snyk-fix-c812232dbc01b5ed245876711ae8a2f2 2020-01-27 13:30:22 +01:00
postcss.config.js 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00

README.md

EUROMAT

A Vue.js powered, progressive web voting application for upcoming European elections. EUROMAT is hosted on Netlify and uses the Netlify CMS for easier collaboration.

Calculation Model

The calculation model for voting has been defined by the German Federal Agency for Civic Education (Bundeszentrale für politische Bildung). A good overview can be found in this PDF: resources/Rechenmodell des Wahl-O-Mat.pdf.

Embedding Euromat

It's possible to embed Euromat via an iframe and setting query parameters:

<iframe
  id="euromat-2019"
  title="Euromat 2019"
  width="500"
  height="300"
  src="https://euromat.info/de/theses?embedded=iframe">
</iframe>

⌨️ Development

This is a Vue.js progressive web application, developed with @vue/cli.

Command Description
npm install Installs dependencies
npm run serve Serve with hot reload at localhost:8080
npm run build Build for production with minification
npm run test:unit Run all unit tests
npm run lint Runs standard over all .js and .vue files
npm run svg Creates all SVG files used in the application
npm run admin Creates config.yml for Netlify CMS admin UI