Answers for "vue cli service build"

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
0

vue-cli-service build mode

vue-cli-service build --mode production
// uses env.production file as the source of environment variables
Posted by: Guest on August-24-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language