npm install -g @angular/cli //安装angular脚手架 ng version 出现版本信息即安装成功。 ng new 项目名称 在终端中,进入想要创建项目的地址执行 ng serve 启动项目 ng g c components/nav 在定义的components路径下创建组件 来源:https://www.cnblogs.com/webmc/p/11985379.html 标签 angular ng