Home - WilStead/VueCoreFramework GitHub Wiki

Welcome to the VueCoreFramework wiki!

VueCoreFramework's primary feature is its ability to automatically detect and interpret Entity Framework entity classes in the application, and dynamically create pages in the client-side front end, such as data tables and detail forms for viewing and editing items.

In order to take advantage of this feature, you should read through the Relationships and navigation properties and Data forms pages order to understand how to decorate your data classes in a way that will allow VueCoreFramework to display them as intended.

If you prefer to learn by example, the project contains sample data classes with extensive documentation in the Models.Country folder that reproduces much of what is recorded here along with the functional examples.

You may also want to check out Static content for information about adding other content to your site.