Visual Studio 2015 (ASP.NET 5): show 'Manage Bower Packages…' context menu

后端 未结 3 1963
没有蜡笔的小新
没有蜡笔的小新 2021-01-01 20:45

In Visual Studio 2015, when I create a brand new solution with a brand new ASP.NET 5 project, I see the Manage Bower Packages... context menu when I right-click

3条回答
  •  悲&欢浪女
    2021-01-01 21:07

    Adding a Bower configuration file to the project solves this problem. This can be done by right-clicking the project, selecting "Add new item" from the menu and then "Bower configuration file" from the item templates. Visual Studio restart may be required to get the menu item to show up.

提交回复
热议问题