1 Star 0 Fork 78

Daniel.John/vue开发大屏展示

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
王鹏 提交于 2020-08-18 14:10 . 加虚拟代理
/*
* @Author: your name
* @Date: 2020-08-18 13:26:12
* @LastEditTime: 2020-08-18 14:09:36
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \vue_large_screen_display\vue.config.js
*/
module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "/vueDataV/" : "/",
productionSourceMap: false,
lintOnSave: false,
devServer: {
port: 8081,
// 代理
// proxy: {
// "/api": {
// target: "https://api.github.com",
// changeOrigin: true,
// ws: false,
// pathRewrite: {
// "^/api": ""
// }
// }
// }
},
configureWebpack: {
// 把原本需要写在webpack.config.js中的配置代码 写在这里 会自动合并
externals: {
'jquery' : '$',
'echarts': 'echarts',
'axios' : 'axios'
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/boronzhang/vue-big-screen.git
[email protected]:boronzhang/vue-big-screen.git
boronzhang
vue-big-screen
vue开发大屏展示
master

搜索帮助