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
I came across the closed ticket at https://github.com/MarkPieszak/aspnetcore-Vue-starter/issues/102 but it seems to be actual again. I am trying to create a template project for Asp.Net Core and Vue of the latest version but getting instead version 2.3.4 installed. How can I deploy the latest version of Мгу шт my Core app?
The text was updated successfully, but these errors were encountered:
dotnet new vue does not install automatically the latest version. You need to re-install the nuget "template" package. For example, for this project, you need to do the following : dotnet new -i aspnetcore-vuejs
Once you have completed the previous command, the template project will be updated. The next time you do a dotnet new vue it will then use the latest version of the template.
So, the answer to your problem is the same as the other issue state and the fix is the same (see last message from @MarkPieszak#102 (comment)).
Hi,
I came across the closed ticket at https://github.com/MarkPieszak/aspnetcore-Vue-starter/issues/102 but it seems to be actual again. I am trying to create a template project for Asp.Net Core and Vue of the latest version but getting instead version 2.3.4 installed. How can I deploy the latest version of Мгу шт my Core app?
The text was updated successfully, but these errors were encountered: