Open mdmoura opened 1 year ago
This was intentional. See #49388.
https://learn.microsoft.com/en-us/aspnet/core/client-side/spa/intro?view=aspnetcore-8.0 includes details on how to run the new SPA project templates from Visual Studio. I don't think there's currently any plans to add these to dotnet new
, but @danroth27 can correct me if I'm wrong.
@halter73 @danroth27 I am using Net CLI with Visual Studio Code in Mac. Why is this a Visual Studio only option?
Is is possible to get the code generated by the (Angular/React/Vue) Standalone Templates?
Even if the templates are not present in Net 8 CLI can I build and publish the code using the Net 8 CLI?
@mdmoura thanks for contacting us.
Is it possible to get the code generated by the (Angular/React/Vue) Standalone Templates?
The code can only be generated via Visual Studio. That said, it's mostly the output from ng new
and similar tools with a few additions.
@danroth27 I believe there are docs for the manual steps to take in this case, can you point them out?
Even if the templates are not present in Net 8 CLI can I build and publish the code using the Net 8 CLI?
Yes, the only thing that we don't currently support is creating the templates from the CLI.
The code can only be generated via Visual Studio. That said, it's mostly the output from ng new and similar tools with a few additions
@javiercn Which additions? Is there any information of what changes after using ng new?
@mdmoura Since the new SPA templates now ship with Visual Studio, could you please open a Visual Studio feedback ticket (Help > Send feedback >Suggest a feature) to request making the templates available as a .NET template pack?
@sayedihashimi @joj While we discuss making these templates available from the .NET CLI, could we put together a GitHub repo with the template content as samples that folks can just clone?
Hello there. Why "dotnet new angular" command was removed in dotnet 8 ?
Hallo People, Why "dotnet new angular" command was removed in dotnet 8 ?
Is there an existing issue for this?
Describe the bug
When running the command
dotnet new list
in NET 8 the templates for Angular, React and Vue are missing.How can the new Angular, React and Vue templates, where client app and server are separated, be added?
.NET Version
8.0.100