WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
1 stars 1 forks source link

features/ui_rebuild story 105 and 109: http client and login page #127

Closed leefrank9527 closed 3 months ago

leefrank9527 commented 3 months ago

Implemented the story https://github.com/WebCuratorTool/webcurator/issues/105 and story https://github.com/WebCuratorTool/webcurator/issues/109:

Imported the components and services of primevue and primeicon. Implemented a http client for convienient usage. Implemented the login page and authentication, and integrated with the http client. Added an example (Dashboard.vue) for how to call the http client. Added the context path for routes, so the navigation of compiled webjars can do work.

jeremy-liss commented 3 months ago

I'm able to build, run and fetch targets with the API