Skip to content

Instantly share code, notes, and snippets.

@CognitiveDave
Created February 28, 2021 10:57
Show Gist options
  • Save CognitiveDave/ead5f6f0566db90fe365ce9061d3a8f9 to your computer and use it in GitHub Desktop.
Save CognitiveDave/ead5f6f0566db90fe365ce9061d3a8f9 to your computer and use it in GitHub Desktop.
vue.js configuration for assets and static folder build
module.exports = {
outputDir: "./dist",
// relative to outputDir
assetsDir: "static"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment