Skip to content

ligershark/CoreTemplatePack

Repository files navigation

ASP.NET Core Template Pack

Build status

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.

Templates

  • ASP.NET Core MVC Starter Application
  • Static Website
  • Vue.js with WebPack
  • and more to come...

New project dialog

ASP.NET Core MVC Starter Application

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.

ASP.NET Core MVC Starter Application

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.

Static Website

This template is for building static websites using the new ASP.NET Core project system with all the benefits it provides. You get:

  • An optional wwwroot folder for output
  • Files on the file system shows up automatically in Solution Explorer
  • Managing Bower and npm dependencies
  • Publishing through Visual Studio

Static Website

Vue.js with Webpack

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.

Vue.js with Webpack

Contribute

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.

License

Apache 2.0