-
-
Save justinyoo/6584a851582ad396309ae96d8a1c7fc8 to your computer and use it in GitHub Desktop.
Running Vue.js on ASP.NET Core Web Application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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