BEXIS2 / Core

This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
https://bexis2.github.io/
17 stars 13 forks source link

Setup a Instance to get svelte projects run with bexis 2 calls over api on a existing instance on a server #890

Closed DavidBlaa closed 2 years ago

DavidBlaa commented 2 years ago

the goal is to simplify UI development with Svelte. It should be possible to call and get back actions with security without having to run it in a BEXIS2 environment.-

DavidBlaa commented 2 years ago

also this commit belongs to this task 9cf7ba5cbfbaf7da66147927c07c22e7cd98ada3

here i changed the server calls from fetch to axios. i also add the api.js into the svelte-bexis2-core-ui to have the possibility to set the needed credentials gobaly

remove the task " prepare EntityReferenceController only return json", will be added to a new task