Skip to content

Commit 89d3a07

Browse files
committed
Added table of contents. PR319
1 parent 98c0a4a commit 89d3a07

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

doc/handbook/Integrating with Build Tools.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Build tools
2+
3+
* [Browserify](#browserify)
4+
* [Duo](#duo)
5+
* [Grunt](#grunt)
6+
* [Gulp](#gulp)
7+
* [Jspm](#jspm)
8+
* [Webpack](#webpack)
9+
* [MSBuild](#msbuild)
10+
* [NuGet](#nuget)
11+
112
# Browserify
213

314
### 安装
@@ -89,7 +100,7 @@ module.exports = function(grunt) {
89100

90101
更多详细信息:[TypeStrong/grunt-ts](https://github.com/TypeStrong/grunt-ts)
91102

92-
# gulp
103+
# Gulp
93104

94105
### 安装
95106

@@ -115,7 +126,7 @@ gulp.task("default", function () {
115126

116127
更多详细信息:[ivogabe/gulp-typescript](https://github.com/ivogabe/gulp-typescript)
117128

118-
# jspm
129+
# Jspm
119130

120131
### 安装
121132

@@ -127,7 +138,7 @@ _注意:目前jspm的0.16beta版本支持TypeScript_
127138

128139
更多详细信息:[TypeScriptSamples/jspm](https://github.com/Microsoft/TypeScriptSamples/tree/master/jspm)
129140

130-
# webpack
141+
# Webpack
131142

132143
### 安装
133144

0 commit comments

Comments
 (0)