patch visual-studio

This commit is contained in:
Zhimin YE 2016-11-04 14:05:32 +00:00
parent 89d33384ff
commit eb6eae8390
1 changed files with 12 additions and 3 deletions

View File

@ -35,9 +35,9 @@ include ../_util-fns
<a href="http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/" target="_blank">ASP.NET Core + Angular 2 template for Visual Studio 2015</a>.
Note that the resulting code does not map to the docs. Adjust accordingly.
如果你希望使用**ASP.NET Core**和全新项目经验
参见_试验中_的<a href="http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/" target="_blank">ASP.NET Core + Angular 2 template for Visual Studio 2015</a>。
注意,最终代码并不与本文相符,请适当调节。
如果你希望使用**ASP.NET Core**并体验全新项目
参见_预览版_<a href="http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/" target="_blank">ASP.NET Core + Angular 2 template for Visual Studio 2015</a>。
注意,最终代码与本文不对应,请适当调节。
:marked
The steps are as follows:
@ -318,13 +318,22 @@ h2#build-and-run 第五步:构建和运行应用
:marked
First, ensure that `index.html` is set as the start page.
Right-click `index.html` in Solution Explorer and select option `Set As Start Page`.
首先,确认`index.html`已被设置为开始页面。
在Solution Explorer中右键点击`index.html`,选择选项`Set As Start Page`。
Build and launch the app with debugger by clicking the **Run** button or press `F5`.
点击**Run**按钮或者按`F5`键,用调试器构建和启动应用。
.l-sub-section
:marked
It's faster to run without the debugger by pressing `Ctrl-F5`.
按`Ctrl-F5`不带调试器的运行应用,速度会更快。
:marked
The default browser opens and displays the QuickStart sample application.
默认浏览器打开并显示快速开始例子应用。
Try editing any of the project files. *Save* and refresh the browser to
see the changes.