全局安装 cli
npm install -g @angular/cli
进入目录:
cd test
用cli工具创建项目
ng new hello-world
进入目录 启动服务:
cd hello-world
ng serve --open
全局安装 cli
npm install -g @angular/cli
进入目录:
cd test
用cli工具创建项目
ng new hello-world
进入目录 启动服务:
cd hello-world
ng serve --open
转载于:https://www.cnblogs.com/3wHaozi/p/8595980.html