File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Lowcode Engine Vue 渲染器及适配器实现,点击查看[ 在线演示] ( https://felce.github.io/lowcode-engine-demo/ )
44
5- > PS: 该项目仅包含画布实现,不能直接运行,如果需要本地查看效果请访问 [ DEMO] ( https://github.com/felce /lowcode-engine-demo ) 仓库
5+ > PS: 该项目仅包含画布实现,不能直接运行,如果需要本地查看效果请访问 [ DEMO] ( https://github.com/fe-lce /lowcode-engine-demo ) 仓库
66
77## 如何自定义组件
88
@@ -47,7 +47,7 @@ appHelper 暴露给 `this` 的属性都会加上 `$` 前缀,区别于其他属
4747
4848## Vue 代码编辑器
4949
50- 现已支持 [ Vue 代码编辑器 @knxcloud /lowcode-plugin-vue-code-editor ] ( https://github.com/KNXCloud /lowcode-engine-plugins/tree/main/packages/plugin-vue-code-editor ) ,支持情况如下
50+ 现已支持 [ Vue 代码编辑器 @felce /lowcode-plugin-vue-code-editor ] ( https://github.com/fe-lce /lowcode-engine-plugins/tree/main/packages/plugin-vue-code-editor ) ,支持情况如下
5151
5252- [x] ESModule
5353 - [x] import (assets 加载的包,可以使用 ` import ` 语法导入)
@@ -155,13 +155,13 @@ init(document.getElementById('lce'), {
155155## 本地调试
156156
157157``` bash
158- git clone git@github.com:felce /lowcode-engine-vue.git
158+ git clone git@github.com:fe-lce /lowcode-engine-vue.git
159159cd lowcode-engine-vue
160160pnpm install && pnpm -r build
161161pnpm start
162162```
163163
164- 项目启动后,提供了 umd 文件,可以结合 [ DEMO] ( https://github.com/felce /lowcode-engine-demo ) 项目做调试,文件代理推荐[ XSwitch] ( https://chrome.google.com/webstore/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg?hl=en-US ) , 规则参考:
164+ 项目启动后,提供了 umd 文件,可以结合 [ DEMO] ( https://github.com/fe-lce /lowcode-engine-demo ) 项目做调试,文件代理推荐[ XSwitch] ( https://chrome.google.com/webstore/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg?hl=en-US ) , 规则参考:
165165
166166``` JSON
167167{
Original file line number Diff line number Diff line change 4040 },
4141 "repository" : {
4242 "type" : " http" ,
43- "url" : " https://github.com/felce /lowcode-engine-vue/tree/main/packages/utils"
43+ "url" : " https://github.com/fe-lce /lowcode-engine-vue/tree/main/packages/utils"
4444 }
4545}
Original file line number Diff line number Diff line change 5050 },
5151 "repository" : {
5252 "type" : " http" ,
53- "url" : " https://github.com/felce /lowcode-engine-vue/tree/main/packages/vue-renderer"
53+ "url" : " https://github.com/fe-lce /lowcode-engine-vue/tree/main/packages/vue-renderer"
5454 }
5555}
Original file line number Diff line number Diff line change 4444 },
4545 "repository" : {
4646 "type" : " http" ,
47- "url" : " https://github.com/felce /lowcode-engine-vue/tree/main/packages/vue-simulator-renderer"
47+ "url" : " https://github.com/fe-lce /lowcode-engine-vue/tree/main/packages/vue-simulator-renderer"
4848 }
4949}
You can’t perform that action at this time.
0 commit comments