This website works better with JavaScript.
Explore
Help
Sign In
fanruan
/
decision-webui-dcm
Watch
2
Star
0
Fork
You've already forked decision-webui-dcm
0
Code
Issues
8
Pull Requests
Projects
Releases
Wiki
Activity
帆软决策平台数据连接界面库
1284
Commits
20
Branches
77
Tags
3.9 MiB
Tree:
7c7928a18f
decision-webui-dcm
/
babel.config.js
4 lines
102 B
Raw
Normal View
History
Unescape
Escape
KERNEL-4727 refactor: 【平台】使用babel-preset-fineui插件配置babel
5 years ago
module
.
exports
=
function
(
api
)
{
return
require
(
"@fui/babel-preset-fineui"
)
.
configs
.
base
(
api
)
refactor: 重构页面
6 years ago
}
;