TypeScript outputs JavaScript, but what are you supposed to do with it? This lesson shows how to take the output and use SystemJS as the module loader ...
分类:
Web程序 时间:
2016-06-09 06:26:20
阅读次数:
280
Files globs will be available in TypeScript 2.0, so in the meantime, we need to use "exclude" and "rootDir" to configure which files to load. This les ...
分类:
其他好文 时间:
2016-06-09 06:24:57
阅读次数:
488
TypeScript will always compile even if there are ridiculous errors in your project. This lesson shows how to configure your .tsconfig with "noEmitOnEr ...
分类:
其他好文 时间:
2016-06-09 06:24:47
阅读次数:
159
This lesson walks you through creating your first .tsconfig configuration file which will tell the TypeScript compiler how to treat your .ts files. In ...
分类:
其他好文 时间:
2016-06-09 06:20:25
阅读次数:
149
This lesson shows how to configure the .tsconfig so you only compile the .ts files you want. It then shows how to configure which directory you'd like ...
分类:
其他好文 时间:
2016-06-09 06:19:20
阅读次数:
284
This lesson shows you how to install TypeScript and run the TypeScript compiler against a .ts file from the command line. install: app.ts: RUN: You wi ...
分类:
其他好文 时间:
2016-06-09 06:15:45
阅读次数:
144
Libraries such as RxJS use generics heavily in their definition files to describe how types flow through different interfaces and function calls. We c ...
分类:
Web程序 时间:
2016-06-01 19:48:23
阅读次数:
472
Visual Studio Code中文文档 Visual Studio Code是一个轻量级但是十分强大的源代码编辑器,重要的是它在Windows, OS X 和Linux操作系统的桌面上均可运行。Visual Studio Code内置了对JavaScript, TypeScript和Node. ...
分类:
其他好文 时间:
2016-05-18 00:27:34
阅读次数:
560
Visual Studio Code是一个轻量级但是十分强大的源代码编辑器,重要的是它在Windows, OS X 和Linux操作系统的桌面上均可运行。Visual Studio Code内置了对JavaScript, TypeScript和Node.js语言的支持,并且为其他语言如C++, C# ...
分类:
其他好文 时间:
2016-05-17 13:01:12
阅读次数:
181
平时项目中使用的全部是jQuery框架,但是对于做webapp来说jQuery太过于庞大,当然你可以选择jQuery 2.*针对移动端的版本。 这里我采用移动端使用率比较多的zepto框架,他跟jquery语法类似,相当于精简的jQuery把! 做webapp不得不考虑用户的网络情况跟用户体验度,所 ...
分类:
其他好文 时间:
2016-05-02 18:29:04
阅读次数:
528