Answers for "vue specify build directory"

0

vue specify build directory

// vue.config.js
const path = require("path");

module.exports = {
  outputDir: path.resolve(__dirname, "../public/")
}
Posted by: Guest on July-25-2020

Code answers related to "vue specify build directory"

Code answers related to "Javascript"

Browse Popular Code Answers by Language