vue.config.js 182 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 module.exports = { runtimeCompiler: true, publicPath: process.env.NODE_ENV === 'production' ? '/luban-h5/' : '/', devServer: { proxy: 'http://localhost:1337' } }