File tree 6 files changed +34
-63
lines changed
sandbox-multi-workspace/config
6 files changed +34
-63
lines changed Original file line number Diff line number Diff line change 1
- <p align =" center " >
2
- <img width =" 600 " src =" https://img.alicdn.com/imgextra/i1/O1CN01bg1tTN1p5ZOPmhKV0_!!6000000005309-55-tps-2200-981.svg " >
3
- </p >
1
+ # Formily 设计器
4
2
5
- ---
3
+ ## 运行
6
4
7
- ## Introduction
5
+ 参考: [ designable 工程结构 ] ( https://www.yuque.com/xjchenhao/development/rncluc#wJc7Z )
8
6
9
- If you are worrying about something builder, Such as form builder/table builder/chart builder/app builder etc.
10
- Designable is your perfect choice.
11
-
12
- ## Screenshot
13
-
14
- <img src =" https://img.alicdn.com/imgextra/i1/O1CN01UYmA8f1apczHZRygt_!!6000000003379-2-tps-3040-1802.png " style =" box-shadow :0px 0px 20px #aaa ;border :1px solid #ddd " />
15
-
16
- ## Features
17
-
18
- - 🚀 High performance, Smooth and beautiful drag and drop experience
19
- - 💡 Full scene coverage
20
- - 🎨 Support Low Code and No Code
21
- - 🏅 Strong scalability
22
-
23
- ## Website
24
-
25
- [ playground] ( https://designable.netlify.app )
26
-
27
- ## Contributors
28
-
29
- This project exists thanks to all the people who contribute.
30
-
31
- <p >
32
- <a href =" https://github.com/alibaba/designable/graphs/contributors " ><img src =" https://contrib.rocks/image?repo=alibaba/designable " /></a >
33
- </p >
7
+ 需要进入 formily/antd 目录,再运行 ` npm run start ` 左侧面板就能看到很多组件了
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<head >
3
- <title >
4
- Designable Playground
5
- </title >
3
+ <title >Designable Playground</title >
6
4
</head >
7
5
<body >
8
- <div id =" root" >
9
- </div >
10
- <script type =" text/javascript" src =" https://unpkg.com/monaco-themes/dist/monaco-themes.js" ></script >
6
+ <div id =" root" ></div >
7
+ <script
8
+ type =" text/javascript"
9
+ src =" https://unpkg.com/monaco-themes/dist/monaco-themes.js"
10
+ ></script >
11
11
<script src =" https://unpkg.com/moment/min/moment-with-locales.js" ></script >
12
12
<script src =" https://unpkg.com/react/umd/react.production.min.js" ></script >
13
13
<script src =" https://unpkg.com/react-dom/umd/react-dom.production.min.js" ></script >
14
14
<script src =" https://unpkg.com/antd/dist/antd-with-locales.min.js" ></script >
15
- </body >
15
+ <script src =" https://unpkg.com/antd@4.15.2/dist/antd.min.js" ></script >
16
+ </body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<head >
3
- <title >
4
- Designable Playground
5
- </title >
3
+ <title >Designable Playground</title >
6
4
</head >
7
5
<body >
8
- <div id =" root" >
9
- </div >
10
- <script type =" text/javascript" src =" https://unpkg.com/monaco-themes/dist/monaco-themes.js" ></script >
6
+ <div id =" root" ></div >
7
+ <script
8
+ type =" text/javascript"
9
+ src =" https://unpkg.com/monaco-themes/dist/monaco-themes.js"
10
+ ></script >
11
11
<script src =" https://unpkg.com/moment/min/moment-with-locales.js" ></script >
12
12
<script src =" https://unpkg.com/react/umd/react.production.min.js" ></script >
13
13
<script src =" https://unpkg.com/react-dom/umd/react-dom.production.min.js" ></script >
14
14
<script src =" https://unpkg.com/antd/dist/antd-with-locales.min.js" ></script >
15
- </body >
15
+ <script src =" https://unpkg.com/antd@4.15.2/dist/antd.min.js" ></script >
16
+ </body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<head >
3
- <title >
4
- Designable Playground
5
- </title >
3
+ <title >Designable Playground</title >
6
4
</head >
7
5
<body >
8
- <div id =" root" >
9
- </div >
6
+ <div id =" root" ></div >
10
7
<script src =" https://unpkg.com/@formily/reactive/dist/formily.reactive.umd.production.js" ></script >
11
8
<script src =" https://unpkg.com/moment/min/moment-with-locales.js" ></script >
12
9
<script src =" https://unpkg.com/react/umd/react.production.min.js" ></script >
13
10
<script src =" https://unpkg.com/react-dom/umd/react-dom.production.min.js" ></script >
14
11
<script src =" https://unpkg.com/antd/dist/antd-with-locales.min.js" ></script >
15
- </body >
12
+ <script src =" https://unpkg.com/antd@4.15.2/dist/antd.min.js" ></script >
13
+ </body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<head >
3
- <title >
4
- Designable Playground
5
- </title >
3
+ <title >Designable Playground</title >
6
4
</head >
7
5
<body >
8
- <div id =" root" >
9
- </div >
6
+ <div id =" root" ></div >
10
7
<script src =" https://unpkg.com/@formily/reactive/dist/formily.reactive.umd.production.js" ></script >
11
8
<script src =" https://unpkg.com/moment/min/moment-with-locales.js" ></script >
12
9
<script src =" https://unpkg.com/react/umd/react.production.min.js" ></script >
13
10
<script src =" https://unpkg.com/react-dom/umd/react-dom.production.min.js" ></script >
14
11
<script src =" https://unpkg.com/antd/dist/antd-with-locales.min.js" ></script >
15
- </body >
12
+ <script src =" https://unpkg.com/antd@4.15.2/dist/antd.min.js" ></script >
13
+ </body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<head >
3
- <title >
4
- Designable Playground
5
- </title >
3
+ <title >Designable Playground</title >
6
4
<style >
7
- html ,body {
5
+ html ,
6
+ body {
8
7
user-select : none ;
9
8
-webkit-user-select : none ;
10
9
}
11
10
</style >
12
11
</head >
13
12
<body >
14
- <div id =" root" >
15
- </div >
13
+ <div id =" root" ></div >
16
14
<script src =" https://unpkg.com/moment/min/moment-with-locales.js" ></script >
17
15
<script src =" https://unpkg.com/react/umd/react.production.min.js" ></script >
18
16
<script src =" https://unpkg.com/react-dom/umd/react-dom.production.min.js" ></script >
19
17
<script src =" https://unpkg.com/antd/dist/antd-with-locales.min.js" ></script >
20
- </body >
18
+ <script src =" https://unpkg.com/antd@4.15.2/dist/antd.min.js" ></script >
19
+ </body >
You can’t perform that action at this time.
0 commit comments