1 Star 0 Fork 12

小兵子/elux-react-antd-admin-fork

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
elux.config.js 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
hiisea 提交于 2022-08-04 17:59 . build: 补充部署方法
//工程配置文件,参见 https://eluxjs.com/guide/configure.html
// eslint-disable-next-line import/no-extraneous-dependencies
const antdVars = require('@elux-admin-antd/stage/assets/css/antd-var.json');
const {getLocalIP} = require('@elux/cli-utils');
const serverPort = 4003;
//允许用户build时通过设置APP_ENV=xxxx来使用不同的api前缀,也可以通过不同的env配置文件来实现
const apiHosts = {
local: `http://${getLocalIP()}:3003/`,
localhost: 'http://localhost:3003/',
};
const APP_ENV = process.env.APP_ENV || 'local';
module.exports = {
type: 'react',
mockServer: {port: 3003},
cssProcessors: {less: {javascriptEnabled: true, modifyVars: antdVars}},
all: {
//开发和生成环境都使用的配置
serverPort,
clientGlobalVar: {
ApiPrefix: apiHosts[APP_ENV],
StaticPrefix: apiHosts[APP_ENV],
},
},
dev: {
//开发环境专用配置
eslint: false,
stylelint: false,
//要使用开发代理可以放开下面代码
// apiProxy: {
// '/api': {
// target: apiHosts[APP_ENV],
// pathRewrite: {
// '^/api': '',
// },
// },
// },
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/tenNumber/elux-react-antd-admin-fork.git
git@gitee.com:tenNumber/elux-react-antd-admin-fork.git
tenNumber
elux-react-antd-admin-fork
elux-react-antd-admin-fork
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385