Tool zum Unterstützungserklärungen ausfüllen
Demo: https://ppoe.github.io/nrw19-ue/
Vue.js + Bootstrap + pdf-lib
/src/components
- App.vue, main.js - Gerüst, enthält auch die config für Piwik
- Header.vue, Footer.vue
- PDFService.vue - UI + Logic zum modifzieren des PDFs mit den ausgefüllten Daten
- Unterstuetzungserklaerung_NR.pdf - Vorlage
vue.config.js
- publicPath: Setzt den basepath auf / (für Dev) bzw. /nrw19-ue/ (für Prod). Muss ggf. angepasst werden, wenn woanders als gh-pages deployed werden soll
- transpileDependencies: By default babel-loader ignores all files inside node_modules. If you want to explicitly transpile a dependency with Babel, you can list it in this option (polyfills für pdf-lib)
- chainWebpack: uint8array-loader für *.pdf
.browserslistrc
- Browsersupport
- Piwik anbindung konfigurieren + fertig programmieren
- Ggf. das Formular bisschen inteligenter machen (z.B. Bundesland aus PLZ)
- Unit-Tests
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
./deploy.sh
Builds, commit and pushes to gh-pages branch