UNPKG

@leevan/jtui

Version:
31 lines 724 B
/* * @Author: leevan * @Date: 2022-01-15 17:02:55 * @LastEditTime: 2024-04-21 13:27:28 * @LastEditors: leevan * @FilePath: /jtui-pc/vue.config.js */ module.exports = { lintOnSave: false, //代码规范检测开关 pages: { index: { entry: 'examples/main.js', template: 'public/index.html', filename: 'index.html' } }, devServer:{ proxy:{ '/':{ target:'http://mxe5zg.natappfree.cc', // target:'http://127.0.0.1:38781', ws:true, changeOrigin:true, pathRewrite:{ '^':'' } } } //配置代理 }, productionSourceMap: false }