Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.33 KB

TypeScript.md

File metadata and controls

39 lines (30 loc) · 2.33 KB

TypeScript(TS)

TypeScript-JavaScript的超集

官方资料

快速入门指南

开发工具(IDE)

Visual Studio Code

  • Code editing Redefined.
  • Free. Open source. Runs everywhere.
  • Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity). Begin your journey with VS Code with these introductory videos.

Node.js

  • 简单的说 Node.js 就是运行在服务端的 JavaScript。
  • Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台。
  • Node.js是一个事件驱动I/O服务端JavaScript环境,基于Google的V8引擎,V8引擎执行Javascript的速度非常快,性能非常好

What is npm?

  • npm makes it easy for JavaScript developers to share and reuse code, and makes it easy to update the code that you’re sharing, so you can build amazing things.

WebStorm