1. 程式人生 > >angular4 搭建項目

angular4 搭建項目

new pen app -o ins cnblogs code color 服務器

1、安裝 設置開發環境

npm install -g @angular/cli

2、創建新項目

ng new myApp  / ng new router routing

3、啟動開發服務器

cd my-app
ng serve --open

4、創建組件模塊

ng g component myComponent

angular4 搭建項目