🇪🇺 Vue.js powered voting application. Issues are tracked @ https://git.verdigado.com/NB-Public/kandimat/issues
Go to file
2017-09-06 20:43:48 +02:00
build Introduced stylelint 2017-08-13 18:26:20 +02:00
config Initial commit 2017-08-09 15:15:42 +02:00
resources Added calucation model reference 2017-08-13 23:14:31 +02:00
src Moved PWA page title tracking logic 2017-09-06 20:43:48 +02:00
static Updated Facebook app ID and prepared data 2017-09-02 12:26:38 +02:00
test Initial commit 2017-08-09 15:15:42 +02:00
.babelrc Initial commit 2017-08-09 15:15:42 +02:00
.editorconfig Initial commit 2017-08-09 15:15:42 +02:00
.eslintignore Initial commit 2017-08-09 15:15:42 +02:00
.eslintrc.js Added web sharing and updated mobile layout 2017-08-26 12:40:00 +02:00
.gitignore Initial commit 2017-08-09 15:15:42 +02:00
.nvmrc Add nvmrc file 2017-08-26 21:20:39 +02:00
.postcssrc.js Initial commit 2017-08-09 15:15:42 +02:00
.stylelintrc Removes party, layout updates 2017-08-27 00:50:47 +02:00
index.html Added fallback if Storage API fails 2017-09-05 00:33:31 +02:00
package-lock.json Initial commit 2017-08-09 15:15:42 +02:00
package.json Updated Euromat wording and theses translation 2017-08-30 19:01:50 +02:00
README.md Updated README 2017-08-29 22:05:18 +02:00
yarn.lock Layout restructuring 2017-08-25 21:27:41 +02:00

EUROMAT 2017

A Vue.js powered, progressive web voting application for the upcoming German election with a European focus.

Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
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

For detailed explanation on how things work, checkout the guide and docs for vue-loader.