angularjs – 如何在现有项目中使用凉亭?

前端之家收集整理的这篇文章主要介绍了angularjs – 如何在现有项目中使用凉亭?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
刚开始使用bower和 angularjs,我该如何下载项目的所有依赖项.它包含一个bower.json文件和bowerrc文件?从root运行哪个命令?

解决方法

documentation

Using the dependencies listed in the current directory’s bower.json

bower install

如果你还没有安装凉亭,你首先需要这样做:

npm install -g bower

如果你没有安装node和npm,你需要在做任何事情之前这样做:

How to install Node.js

猜你在找的Angularjs相关文章