Moving away from Bower (discontinued) to use Yarn/Npm instead (.Net Core MVC) VS2017
I had the same question as you and found out that Yarn is not too hard to use. Here I discuss installation of Yarn, tweaks to Visual Studio 17, and project workflow. Yarn Installation To run Yarn, you need to install two things: The prequisite, Node.js. The Yarn command line utility. Disable NPM in Visual … Read more