标签:style 创建 blog 进入 启动 test npm div 安装
全局安装 cli
npm install -g @angular/cli
进入目录:
cd test
用cli工具创建项目
ng new hello-world
进入目录 启动服务:
cd hello-world ng serve --open
angular 构建
原文地址:https://www.cnblogs.com/3wHaozi/p/8595980.html