How to use bower packages in Visual Studio 2017

后端 未结 3 1964
北荒
北荒 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 20:09

    I had the same issue.

    In the same folder as your bower.json file create the file called .bowerrc. Inside it paste:

    {
      "directory": "wwwroot/lib"
    }
    

提交回复
热议问题