I'm implementing a new ASP Core 2.0 project. I was planning on using Bower but then I read the following on theBower home page.
...psst! While Bower is maintained, we recommend using Yarn and Webpack for front-end projects read how to migrate!
I have to admit, the JavaScript tooling world is a little confusing since most of my experience has been the .NET stack. I get Bowser, Bower is like NuGet but it seems Yarn and WebPack are not at all like Bowser or NuGet. Can anyone point me to some docs or help fill in the holes.