Download this extension from the VS Gallery or get the CI build.
A collection of .NET Core project templates. Requires .NET Core Tooling Preview 2 or later.
See the changelog for changes and roadmap.
This template is conceptually somewhere between the current Empty and Web Application templates. It is great for learning about ASP.NET MVC as well as a clean starting point for creating any type of web application including SPA.
It doesn't include any client-side libraries or tooling, so there is no Bower, npm, Gulp or Bundler. It doesn't hide any files and folder either, so what you see is what you get.
This template is for building static websites using the new ASP.NET Core project system with all the benefits it provides. You get:
A great starting point for building websites using the Vue.js framework all hooked up with npm and Webpack.
For the best experience with Vue.js it is recommended that you install the Vue.js Pack extension for Visual Studio.
Check out the contribution guidelines if you want to contribute to this project.
For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.