1. 程式人生 > >angular-4.0 搭建環境

angular-4.0 搭建環境

esc lar bsp 搭建環境 script new scrip angular 環境

搭建環境:

1: 安裝nodejs

2:安裝typescript

  npm install -g typescript

3: 安裝 angular/cil (可能過程會出錯)

   npm install -g @angular/cil

4: 新建項目

  ng new 項目名字

angular-4.0 搭建環境