Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created February 13, 2017 12:16
Embed
What would you like to do?
Running Vue.js on ASP.NET Core Web Application
"scripts": {
"prepublish": [ // Run npm package install and webpack build
"npm install",
"npm run build"
],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment