Vue.js Application for quick and easy personnel-planning using a duty roster.
Made by E.Reutlinger. The development of this UI was part of his final project (IPA, Individuelle Praktische Arbeit) at the near end of his apprenticeship @Baloise.
Check out the IPA-Docs (docs/IPA) to get a detailed documentation about Pelan.
- Clone this Repo
- Execute:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# or use https://cli.vuejs.org
npm install -g @vue/cli
vu ui
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report