So far, I have not found a Yeomen generator for all three packages - ASP.Net Core, Entity Framework Core, and Angular.
However, for ASP.Net Core and Angular, there is an official aspnetcore-spa generator template. Note: the current generator has been updated to Angular 4, although it said 2.
- npm install -g yo generator-aspnetcore-spa
- cd some-empty-directory
- yo aspnetcore-spa
NOTE This requires the dotnet SDK version 1.0.0 or later . If you have an old version, it will prompt you to upgrade your dotnet SDK first when you run yo aspnetcore-spa
.
YouTube video
ASP.NET Core for Angular, React, Knockout, and More - Steve Sanderson
source share