Question about implementi VueJs Cli integration #5214
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
feature-spa
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Hi,
i would like to use vuejs cli with aspnet core projects.
I tried to use UseAngularCliServer with vue command and it "almost" worked as is !
app.UseSpa(spa =>
{
spa.Options.SourcePath = "clientApp";
spa.UseAngularCliServer("serve");
});
The only line i had to change is this line, what do you think ? Would you accept a pull request for this feature ? Since i just had to change a line, would you like to configure it ? but then the whole api would not reflect the support for vue, so maybe maybe refactor it out is a better choice (CliBuilder/CliMiddleware and AngularCliMiddlewareExtension, VueJsCliMiddlewareExtension)
The text was updated successfully, but these errors were encountered: