I have an ASP.NET MVC 5 project created in Visual Studio 2017 which uses Vue.js and ES6.
Is there a way to transpile and minify javascript files without using npm and maybe using some Visual Studio extensions and/or some nuget package(s)?
All solutions that I found use gulp with brawserify or webpack and I don't want to use any of those tools.