搜索
搜索
天涯的知库
显示页面
过去修订
您的足迹:
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== Angular Basic ====== 安装 <color #ff7f27>''%%npm i -g @angular/cli%%''</color>\\ 更新 <color #ff7f27>''%%ng update%%''</color> / <color #ff7f27>''%%ng update @angular/cli @angular/core%%''</color> (([[https://angular.io/cli/update|ng update]]))\\ 版本 <color #ff7f27>''%%ng --version%%''</color> 更新全局CLI <code> # CLI npm uninstall -g @angular/cli npm install -g @angular/cli@latest </code> 更新项目 <code> rm -rf node_modules npm uninstall --save-dev @angular/cli npm install --save-dev @angular/cli npm install </code>
it/framework/angurlarbasic.txt
· 最后更改: 2022-08-12 09:52 由
goldentianya
回到顶部