fyziktom / VirtualEconomyFramework

Framework for economy applications
https://veframework.com/
MIT License
24 stars 7 forks source link

Move of the Blazor Components to own library #5

Closed fyziktom closed 2 years ago

fyziktom commented 2 years ago

We have to move the Blazor components into the own library.

Now the components are located in here:

https://github.com/fyziktom/VirtualEconomyFramework/tree/main/VirtualEconomyFramework/VENFTApp-Blazor/Components

It should be separated project which we can compile as nuget package and then just add it into the project like VENFT App.

It will need to move also:

Please explore now how to create separated shared component library. Then we will decide about the name and we can start moving it :)

fyziktom commented 2 years ago

Solved in #101. Now available as VEBlazor library.