安装了bower如何使用它

时间:2017-06-05 11:33:14

标签: bower bower-install main-bower-files

我已经在VS 2017中通过解决方案包管理器安装了bower。我显然想要使用它。

我感到困惑,因为它只在新的.bin文件夹中创建了cmd文件(node,bower& git)。没有组件文件夹或json或其他任何东西。

我应该在哪里运行bower init(在哪里?命令行)。当我试图这样做时,它要求我提供一个名字' 。我应该给的名字?这将是一个凉亭json文件或组件文件夹名称或其他什么?还会问其他什么问题?

我找到的所有凉亭手册都说要进行安装,然后进行bower安装包(我猜是从命令行开始?)

我在哪里执行' bower search'?

https://bower.io/

另一方面,当我尝试在nuget控制台中运行此命令时(在我从解决方案管理器安装Bower包之前):

npm install -g bower

我收到了一个错误:

npm : npm WARN deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD 
projects. Currently there's no migration path but we hope you'll help us figure out one.
At line:1 char:1
+ npm install -g bower
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (npm WARN deprec...figure out one.:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

0 个答案:

没有答案