Answers for "run vue cli from other 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

Browse Popular Code Answers by Language