Table of Contents
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
This project is built with:
Below is an example of how you can installing and setup up your service
git clone
mvn install
npm run build
- Start the dev server with
npm run serve
- Start the Spring API-Gateway
Run the following commands in your library:
npm run build
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"
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
it@m - opensource@muenchen.de