To install the Single Page Application (SPA) templates, run the following command:
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
创建Asp.NetCore MVC with Vue.js项目
dotnet new vue
dotnet resore
npm install
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
dotnet new vue
dotnet resore
npm install