摘要: 一、安装开发环境 npm install -g typescript npm install -g @angular/cli 二、创建hello-world项目 创建项目 ng new angular2-hello-world 查看新建项目的目录结构 cd angular2-hello-world 阅读全文
posted @ 2021-05-27 21:27 无风听海 阅读(447) 评论(2) 推荐(0) 编辑