NSquared.Ng.Utils AngularJS角度工具使用指南
NSquared.Ng.Utils 提供了一些AngularJS过滤器的有用指令,帮助开发者更高效地构建和管理项目。
安装所需工具:
-
gulp
-
bower
-
tsd
-
typescript
-
karma-cli
安装步骤:
- 全局安装工具
```
npm install -g gulp bower tsd@next typescript karma-cli
```
- 安装 Node 依赖
```
npm install
```
- 安装 Bower 依赖
```
bower install
```
-
安装 TSD 依赖项(TypeScript 定义文件)
-
重装:
tsd reinstall
-
单独安装:
tsd install angular
和tsd install jquery
构建和测试:
- 构建项目
```
gulp
```
- 运行测试
```
gulp test
```