You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Prior to the 1.0.0 release of Microsoft.AspNetCore.SpaTemplates the react and angular templates were included. These have been moved to the Microsoft.DotNet.Web.Spa.ProjectTemplates. I cannot find where this was announced anywhere and a new install of both the .net Core 2.0 SDK and Visual Studio 2017.3 does not install them.
If you google "dotnet new react" the first entry takes you to Hanselman's blog post which instructs you to get the templates by running
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
If Microsoft.DotNet.Web.Spa.ProjectTemplates is intentionally the new permanent home it should be mentioned in the Microsoft.AspNetCore.SpaTemplates package description somewhere. Also, it might be wise to deprecate the existing the existing Microsoft.AspNetCore.SpaTemplates package and rename it to Microsoft.DotNet.Web.Spa.ProjectTemplates.Extras or something to make it a little more discoverable.