Contains templates for generating an entire codebase which uses EF6, CQRS, and Aurelia. This set of templates generates:
- database entities and repositories (C#)
- service models, mappings, interfaces, clients, and controllers (C#)
- frontend models and services (TS)
All generated code is...
More information
This library is on top of the Microsoft Spa Services - https://github.com/dotnet/aspnetcore/tree/master/src/Middleware/SpaServices.Extensions/src
It will provide the same functionality for Aurelia applications as the Angular and React, to be served via Asp.Net Core applications....
More information