Using jspm with Visual Studio 2015 and ASP.NET 5

added by Robert Greyling
2/26/2015 12:00:00 AM

364 Views

If you’ve been following along with the developments for ASP.NET vNext and Visual Studio 2015, you’ve probably seen the JavaScript tooling of choice for File –> New projects is Grunt and Bower. But, what if you wanted to use more sophisticated and productive tools, like Gulp and jspm? In this post, we’ll get setup using jspm instead of Bower, and write some ES6 code with CTP5 of Visual Studio 2015.


0 comments