vue where is the dev js file generated code example
Example: vue specify build directory
// vue.config.js
const path = require("path");
module.exports = {
outputDir: path.resolve(__dirname, "../public/")
}
// vue.config.js
const path = require("path");
module.exports = {
outputDir: path.resolve(__dirname, "../public/")
}