Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active February 13, 2017 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/6584a851582ad396309ae96d8a1c7fc8 to your computer and use it in GitHub Desktop.
Save justinyoo/6584a851582ad396309ae96d8a1c7fc8 to your computer and use it in GitHub Desktop.
Running Vue.js on ASP.NET Core Web Application
...
module.exports = {
build: {
env: require('./prod.env'),
index: path.resolve(__dirname, '../wwwroot/index.html'), // Set the location of index.html to wwwroot
assetsRoot: path.resolve(__dirname, '../wwwroot'), // Set the location for compiled static files to wwwroot
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment