How to use bower packages in Visual Studio 2017

后端 未结 3 1955
北荒
北荒 2020-12-15 19:09

Face two difficulties with bower package manager in vs2017

  1. In Visual Studio 2017, can not find any .bowerrc file under bower.json

3条回答
  •  我在风中等你
    2020-12-15 19:49

    Right click your project solution -> Add New Item -> select Web on the left -> select Bower Configuration File on the list -> Add

    Now you can install new bower package by right click your solution -> manage bower package.

    More details below:

提交回复
热议问题