Bower replacement in Visual Studio 2017 ASP.NET MVC Core Template

前端 未结 6 2305
情深已故
情深已故 2021-02-12 10:59

Lately I created a ASP.NET MVC Core project from scratch using Visual Studio 2017 (15.6.3). I discovered the usual JavaScript frameworks:

  • bootstrap
  • jquery
6条回答
  •  误落风尘
    2021-02-12 11:39

    We found bower to be tricky to get setup, npm is well supported and packages can be installed using the Package Installer from Mads Kristensen, this also works well with the Bundler & Minifier extension, from the same developer for copying the relevant files from the node_modules folder to where you want them.

    https://github.com/madskristensen/BundlerMinifier

    https://marketplace.visualstudio.com/items?itemName=MadsKristensen.PackageInstaller

提交回复
热议问题