项目作者: ispfx

项目描述 :
TypeScript Crash Course
高级语言: TypeScript
项目地址: git://github.com/ispfx/typescript-crash-course.git
创建时间: 2018-11-05T14:29:24Z
项目社区:https://github.com/ispfx/typescript-crash-course

开源协议:MIT License

下载


TypeScript Crash Course

This is a brief collection of TypeScript classes and variables demonstrating the most common uses of the TypeScript language.

Building Your Own TypeScript Files

This solution is intended to accompany Introduction to SharePoint Framework, an online educational course that helps you to learn modern SharePoint Framework development techniques. Learn how to build your own TypeScript classes and variables by following the lessons found at sharepointfx.io.

Getting Started

  1. # Install dependencies
  2. npm i -g typescript tslint
  3. # Run the TypeScript compiler in "watch" mode
  4. tsc src/index.ts --outDir dist --watch

Learn More

For more information about TypeScript, see the official documentation.