安装angular-cli

前端之家收集整理的这篇文章主要介绍了安装angular-cli前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

angular-cli 是用typescript写的,依赖modules是typscript和typings

> npm install -g typescript typings

安装angular-cli

> npm install -g @angular/cli --unsafe-perm

# 如果以前安装过
> npm update -g angular-cli
原文链接:https://www.f2er.com/angularjs/146350.html

猜你在找的Angularjs相关文章