Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created February 13, 2017 12:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save justinyoo/35a9adf121c3f4755a090db910cdc2a4 to your computer and use it in GitHub Desktop.
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