Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created February 13, 2017 10:20
Embed
What would you like to do?
Running Vue.js on ASP.NET Core Web Application
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview2-1-003177" // .NET Core 1.1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment