-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add scaffolding for Vue.js SPA #6762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not that stars on GitHub matter a lot, but Vue has surpassed both React and Angular now. And with the upcoming Vue 3 I think it will only keep on rising. If I remember correctly they removed he Vue template due to lack of time for maintaining it. It would be awesome if it was available though since it would help a lot of people getting started! I hope it will at least be considered as a possibility. With Vue CLI 3 it is now super easy to maintain Vue projects. So as long as there was a minimal .NET Core + Vue template, developers could add on custom parts to it themselves, such as scss, test frameworks, typescript, Vuex, etc. Which means it wouldn't have to be a very complex template at all. I think most developers are familiar with Vue, they just need help getting it hooked up correctly with .NET Core. |
Templates for Vue (as well as Aurelia and Knockout) exist as part of the
I hope the team reconsiders their position, at least for Vue, as it has grown in popularity considerably since the decision was made to remove it. |
@sdras, can you maintain this if it gets greenlight? |
I think the are a lot of people that would help maintaining it. I could probably dedicate some of my time to it as well. |
It is better to do it either as a part of the core template pack or as a separate template. The old I managed to make my Vue app work based on the React template, but it involves changing the |
We need #7046 to get through to have a proper Vue CLI support for development. The template itself will become rather trivial since the differences with the React template would be marginal. |
Thanks for contacting us, folks. |
From @snobu on January 16, 2019 11:40
Please consider adding Vue.js SPA scaffolding. Vue is popular enough to deserve its own scaffolding entry in the dotnet CLI. Right now only React and Angular SPAs are being generated.
$ dotnet new | grep SPA ASP.NET Core with Angular angular [C#] Web/MVC/SPA ASP.NET Core with React.js react [C#] Web/MVC/SPA ASP.NET Core with React.js and Redux reactredux [C#] Web/MVC/SPA
Copied from original issue: dotnet/cli#10615
The text was updated successfully, but these errors were encountered: