Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active February 13, 2017 12:07
Embed
What would you like to do?
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