Skip to content

it-at-m/eappointment-buergeransicht

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

E-appointment Frontend

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

This project is frontend client for Appointment system (Zeit Managemenet System - ZMS). It provides various functionalities that would otherwise have to be created by the user:

  • Detailed configuration of the rollup-config
  • Preconfigured build and release pipeline
  • Dev server for local development
  • Instructions to use the package locally with npm pack
  • Integrated API Gateway

(back to top)

Built With

This project is built with:

(back to top)

Getting Started

Below is an example of how you can installing and setup up your service

  1. git clone
  2. mvn install
  3. npm run build

Developing the library locally

  1. Start the dev server with npm run serve
  2. Start the Spring API-Gateway

Use your library in another project locally

Run the following commands in your library:

  1. npm run build
  2. npm run pack

Make sure you have provided all the necessary dependencies in your vuetify project and add the library vai file path:

"eappointment-buergeransicht": "file:../eappointment-buergeransicht-1.0.1.tgz"

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

it@m - opensource@muenchen.de

(back to top)