Skip to content

baloise/pelan

Repository files navigation

Pelan

Vue.js Application for quick and easy personnel-planning using a duty roster.

General

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.

Details

  • Made with VueJS
  • API Repository here
  • Demo-App here

Setup

  1. Clone this Repo
  2. 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