Introduction to TypeScript and Environment Set Up.

 Environment Set up. 

1. Nodejs

  Download from NodeJs website, 

  node-v10.15.3-x64

  After succesfully installed, test below command in cmd. it should return the version installed 

 

    npm command :

   

2. Intall Type script using command 

  npm install -g typescript

 

    

猜你喜欢

转载自www.cnblogs.com/codingyangmao/p/10914858.html