TypeScript 介绍与环境的搭建

概要

TypeScript 介绍与环境的搭建_第1张图片
image.png

TypeScript介绍

TypeScript 介绍与环境的搭建_第2张图片
image.png

相关网址:
TypeScript - JavaScript that scales. 英文官网
TypeScript中文网 · TypeScript——JavaScript的超集

mac 环境搭建

TypeScript 介绍与环境的搭建_第3张图片
image.png
  • 使用 WebStorm 的方法
TypeScript 介绍与环境的搭建_第4张图片
image.png

TypeScript 介绍与环境的搭建_第5张图片
image.png

TypeScript 介绍与环境的搭建_第6张图片
image.png

TypeScript 介绍与环境的搭建_第7张图片
image.png

TypeScript 介绍与环境的搭建_第8张图片
image.png

image.png

TypeScript 介绍与环境的搭建_第9张图片
image.png

下面的是自定义的方法


TypeScript 介绍与环境的搭建_第10张图片
image.png

在实际使用时直接点击上图右上角的 ok 使用 WebStorm 自己设置好的即可
image.png

CTRL + S
TypeScript 介绍与环境的搭建_第11张图片
image.png

TypeScript 介绍与环境的搭建_第12张图片
image.png
  • 使用 sublime 或者其他编辑器的方法
TypeScript 介绍与环境的搭建_第13张图片
image.png

TypeScript 介绍与环境的搭建_第14张图片
image.png

TypeScript 介绍与环境的搭建_第15张图片
image.png

TypeScript 介绍与环境的搭建_第16张图片
image.png

MAC OS X 环境搭建

TypeScript 介绍与环境的搭建_第17张图片
image.png

homebrew 英文官网
TypeScript 介绍与环境的搭建_第18张图片
image.png

homebrew 中文官网
TypeScript 介绍与环境的搭建_第19张图片
image.png

TypeScript 介绍与环境的搭建_第20张图片
image.png

TypeScript 介绍与环境的搭建_第21张图片
image.png

TypeScript 介绍与环境的搭建_第22张图片
image.png

TypeScript 介绍与环境的搭建_第23张图片
image.png

TypeScript 介绍与环境的搭建_第24张图片
image.png

image.png

TypeScript 介绍与环境的搭建_第25张图片
image.png

TypeScript 介绍与环境的搭建_第26张图片
image.png

TypeScript 介绍与环境的搭建_第27张图片
image.png

//全局安装 typescript
npm install -g typescript
//执行命令测试是否安装成功
tsc
TypeScript 介绍与环境的搭建_第28张图片
image.png
TypeScript 介绍与环境的搭建_第29张图片
image.png

TypeScript 介绍与环境的搭建_第30张图片
image.png

image.png

TypeScript 介绍与环境的搭建_第31张图片
image.png

TypeScript 介绍与环境的搭建_第32张图片
image.png

TypeScript 介绍与环境的搭建_第33张图片
image.png

TypeScript 介绍与环境的搭建_第34张图片
image.png

TypeScript 介绍与环境的搭建_第35张图片
image.png

TypeScript 介绍与环境的搭建_第36张图片
image.png

TypeScript 介绍与环境的搭建_第37张图片
image.png

TypeScript 介绍与环境的搭建_第38张图片
image.png

Windows环境搭建

TypeScript 介绍与环境的搭建_第39张图片
image.png

TypeScript 介绍与环境的搭建_第40张图片
image.png

TypeScript 介绍与环境的搭建_第41张图片
image.png

TypeScript 介绍与环境的搭建_第42张图片
image.png

TypeScript 介绍与环境的搭建_第43张图片
image.png

TypeScript 介绍与环境的搭建_第44张图片
image.png

image.png

TypeScript 介绍与环境的搭建_第45张图片
image.png

TypeScript 介绍与环境的搭建_第46张图片
image.png

TypeScript 介绍与环境的搭建_第47张图片
image.png

TypeScript 介绍与环境的搭建_第48张图片
image.png

TypeScript 介绍与环境的搭建_第49张图片
image.png

你可能感兴趣的:(TypeScript 介绍与环境的搭建)