🇪🇺 Vue.js powered voting application. Issues are tracked @ https://git.verdigado.com/NB-Public/kandimat/issues
Go to file
Moritz Kröger 7e62c42e00 Initial commit 2017-08-09 15:15:42 +02:00
build Initial commit 2017-08-09 15:15:42 +02:00
config Initial commit 2017-08-09 15:15:42 +02:00
src Initial commit 2017-08-09 15:15:42 +02:00
static Initial commit 2017-08-09 15:15:42 +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 Initial commit 2017-08-09 15:15:42 +02:00
.gitignore Initial commit 2017-08-09 15:15:42 +02:00
.postcssrc.js Initial commit 2017-08-09 15:15:42 +02:00
README.md Initial commit 2017-08-09 15:15:42 +02:00
index.html Initial commit 2017-08-09 15:15:42 +02:00
package-lock.json Initial commit 2017-08-09 15:15:42 +02:00
package.json Initial commit 2017-08-09 15:15:42 +02:00

README.md

eur-o-mat

A progressive web application Euro-Mat for the upcoming German election

Build Setup

# 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.