I've been diving deep into research for the past few weeks to set up a new project that utilizes the latest versions of Visual Studio, Vue, TypeScript, and .Net Core as of today (05/15/2018). I'm not looking to create a single page application this time around. Instead, my .cshtml pages will include a tag that loads the specific file for each page. Perhaps I'll integrate Vue and/or Require.js?
I'm facing some challenges configuring Visual Studio to transpile .ts files into .js files, using the new ES6 coding styles with 'require' and the like.
I've tried incorporating some helpful links such as this one and another here. It seems like maybe .Net Core 2.1 has introduced some changes? I'm used to working with traditional .js files only. There are numerous mentions of Visual Studio Code, but unfortunately, that's not an option in this case.
This task should be straightforward. NPM tends to download a lot into the project, but if it does the job, I'll take it. I'm feeling frustrated here. What I really need is a step-by-step guide, starting from creating a new VS project all the way to setting up the tsconfig.json and Webpack.config.js (if that's the best approach) to have a simple Vue app displaying "way to go dumbass!" - or anything at this point. First two beers on me for anyone who can provide me with a detailed guide or direct me to a resource that meets my requirements in the current versions.
Thank you!