angular 构建
全局安装 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