标签:vs2017 angular2
原文地址:
https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/
1. 打开vs命令窗口运行下面命令
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
2.要新建项目空文件夹运行
dotnet new angular
3.用vs打开项目文件夹下.csproj项目后,还原程序包或直接编译运行即可
vs2017rc asp.net core mvc angular2 搭建
原文地址:http://volvo9yue.blog.51cto.com/12265053/1902619