|
16 | 16 |
|
17 | 17 | [npm-image]: https://img.shields.io/npm/v/@alilc/lowcode-engine.svg?style=flat-square |
18 | 18 | [npm-url]: http://npmjs.org/package/@alilc/lowcode-engine |
19 | | -[github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg |
20 | | -[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22 |
21 | 19 |
|
22 | 20 | [download-image]: https://img.shields.io/npm/dm/@alilc/lowcode-engine.svg?style=flat-square |
23 | 21 | [download-url]: https://npmjs.org/package/@alilc/lowcode-engine |
24 | | -[help-wanted-image]: https://flat.badgen.net/github/label-issues/ant-design/ant-design/help%20wanted/open |
| 22 | +[help-wanted-image]: https://flat.badgen.net/github/label-issues/alibaba/lowcode-engine/help%20wanted/open |
25 | 23 | [help-wanted-url]: https://github.com/alibaba/lowcode-engine/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22 |
26 | 24 | [discussions-image]: https://img.shields.io/badge/discussions-on%20github-blue?style=flat-square |
27 | | -[discussions-url]: https://github.com/ant-design/ant-design/discussions |
| 25 | +[discussions-url]: https://github.com/alibaba/lowcode-engine/discussions |
28 | 26 |
|
29 | 27 | [issues-helper-image]: https://img.shields.io/badge/using-issues--helper-orange?style=flat-square |
30 | 28 | [issues-helper-url]: https://github.com/actions-cool/issues-helper |
@@ -92,14 +90,21 @@ init(document.getElementById('lce')); |
92 | 90 | ``` |
93 | 91 |
|
94 | 92 | ### cdn 可选方式: |
95 | | -#### 方式 1:unpkg |
| 93 | +#### 方式 1:alifd cdn |
| 94 | +```html |
| 95 | +https://alifd.alicdn.com/npm/@alilc/lowcode-engine@1.0.0/dist/js/engine-core.js |
| 96 | + |
| 97 | +https://alifd.alicdn.com/npm/@alilc/lowcode-react-simulator-renderer@1.0.0/dist/js/react-simulator-renderer.js |
| 98 | +``` |
| 99 | + |
| 100 | +#### 方式 2:unpkg |
96 | 101 | ```html |
97 | 102 | https://unpkg.com/@alilc/lowcode-engine@1.0.0/dist/js/engine-core.js |
98 | 103 |
|
99 | 104 | https://unpkg.com/@alilc/lowcode-react-simulator-renderer@1.0.0/dist/js/react-simulator-renderer.js |
100 | 105 | ``` |
101 | 106 |
|
102 | | -#### 方式 2:jsdelivr |
| 107 | +#### 方式 3:jsdelivr |
103 | 108 | ```html |
104 | 109 | https://cdn.jsdelivr.net/npm/@alilc/lowcode-engine@1.0.0/dist/js/engine-core.js |
105 | 110 |
|
@@ -129,10 +134,12 @@ $ npm run setup |
129 | 134 | $ npm start |
130 | 135 | ``` |
131 | 136 |
|
| 137 | +> 📢 npm 访问速度较慢,阿里员工可以使用 tnpm,其他同学建议使用 cnpm 或者指定镜像 registry。 |
| 138 | +
|
132 | 139 | lowcode-engine 启动后,提供了几个 umd 文件,可以结合 [lowcode-demo](https://github.com/alibaba/lowcode-demo) 项目做调试,文件代理规则参考这里。 |
133 | 140 |
|
134 | 141 | ## 🤝 参与共建 |
135 | 142 |
|
136 | | -请先阅读 [贡献指南 WIP](http://lowcode-engine.cn/docs/react/contributing-cn). |
| 143 | +请先阅读 [贡献指南 WIP](http://lowcode-engine.cn/?docs#/doc?url=contributing). |
137 | 144 |
|
138 | 145 | > 强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)、[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545) 和 [《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html)、[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。 |
0 commit comments