1 Star 0 Fork 0

qiscore/umi-antd-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.umirc.js 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
覃止圣 提交于 2020-10-30 18:20 . first commit
const path = require('path');
const server = 'http://localhost:3000';
// ref: https://umijs.org/config/
export default {
plugins: [
// ref: https://umijs.org/plugin/umi-plugin-react.html
['umi-plugin-react', {
antd: true,
dva: true,
dynamicImport: false,
dll: true,
routes: {
exclude: [
/model\.(j|t)sx?$/,
/service\.(j|t)sx?$/,
/models\//,
/components\//,
/services\//,
]
},
hardSource: false,
}],
],
alias:{
components:path.resolve(__dirname,'src/components'),
utils:path.resolve(__dirname,'src/utils'),
services:path.resolve(__dirname,'src/services'),
models:path.resolve(__dirname,'src/models'),
// themes:path.resolve(__dirname,'src/themes'),
images:path.resolve(__dirname,'src/assets'),
inconf:path.resolve(__dirname,"src/config"),
outconf:path.resolve(__dirname,"config")
},
// proxy: {
// "/api": {
// "target": 'http://192.168.2.120:8081',
// "changeOrigin": true,
// "pathRewrite": { "^/api" : "/api" }
// }
// }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qiscore/umi-antd-mobile.git
git@gitee.com:qiscore/umi-antd-mobile.git
qiscore
umi-antd-mobile
umi-antd-mobile
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385