vue.config.js 127 Bytes Edit Raw Blame History 1 2 3 4 5 6 module.exports = { runtimeCompiler: true, publicPath: process.env.NODE_ENV === 'production' ? '/luban-h5/' : '/' }