This commit is contained in:
Zhicheng Wang 2017-02-26 20:56:36 +08:00
parent 641575ffb7
commit e11efe4aef
1 changed files with 4 additions and 1 deletions

View File

@ -254,12 +254,15 @@ a#setup
### Setup
There are two fast paths to getting started with unit testing.
1. Start a new project following the instructions in [Setup](setup.html "Setup").
遵循[环境设置](setup.html "环境设置")中给出的步骤开始一个新项目。
1. Start a new project with the
<a href="https://github.com/angular/angular-cli/blob/master/README.md" target="_blank" title="Angular CLI">Angular CLI</a>.
使用[Angular CLI](https://github.com/angular/angular-cli/blob/master/README.md)创建新的项目。
使用[Angular CLI](https://github.com/angular/angular-cli/blob/master/README.md)创建新的项目。
Both approaches install **npm packages, files, and scripts** pre-configured for applications
built in their respective modalities.