tiny-engine
tiny-engine copied to clipboard
TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
要使用 TinySelect 的话,当前支持还有点问题,可以有两种支持方式: 1. 增加编辑器插槽(在 bundle.json 增加 编辑器插槽配置) 2. 出码增加对应解析 _Originally posted by @chilingling in https://github.com/opentiny/tiny-engine/discussions/326#discussioncomment-8744537_
# 直播答疑视频链接 - [https://www.bilibili.com/video/BV16j411e7y2/](https://www.bilibili.com/video/BV16j411e7y2/) # 基础功能使用类问题 ### 问题1:如何使用第三方组件库? 答:详情可以查看[如何在设计器中引入第三方组件库](https://opentiny.design/tiny-engine#/help-center/course/engine/18) ### 问题2:如何使用插槽? 答:详情可以查看[插槽的声明与使用](https://opentiny.design/tiny-engine#/help-center/course/engine/64) ### 问题3:通过 TinyEngine 低代码引擎生成代码到本地时,如何将生成的源码页面独立放置在自己的项目中,提供example? > 当前我们的出码结果依赖官方出码模板,暂时无法放置在自己项目中独立运行 第一步:下载 https://github.com/opentiny/tiny-engine-generate-preview 工程,解压 第二步:将代码下载到解压好的文件夹中(提示选择文件夹的时候,选择我们解压出来的文件夹) 第三步:用代码编辑器打开文件夹,确认出码结果,安装依赖并运行 npm run dev 启动服务,查看效果 后续相关的规划: - 支持开发插件,自定义出码结果...
### Environment Chrome 版本 122.0.6261.129(正式版本) (64 位) ### Version v16.20.2 ### Version @opentiny/[email protected] ### Link to minimal reproduction 只能提供报错vue组件的信息 ### Step to reproduce 在编辑器中预览是正常的,但是发布应用后在本地构建时发现了以下问题 1. 页面使用了img组件,但是生成的代码里import了'undefined' 2. 'element-plus'依赖不在package.json中 3. '@opentiny/tiny-engine-builtin-component'依赖不在package.json中...
### What problem does this feature solve  需要在tiny-engine出码事件方法中调用项目已有组件及方法 ### What does the proposed API look like 如题 ### What is your project name TinyEngine
### What problem does this feature solve 如题, 在公用方法中能存取公用变量。 ### What does the proposed API look like 如上
### 谁在使用 TinyEngine 组件库 首先诚挚地感谢每一位关注和使用 TinyEngine 低代码引擎的朋友们,我们会努力把 TinyEngine 低代码引擎变得更好,同时也会努力打造繁荣的 OpenTiny 社区生态。 ### 此 Issue 的目的 收集在生产上使用 TinyEngine 低代码引擎的客户 聆听社区内用 TinyEngine 低代码引擎进行前端开发和运维人员声音,努力把 TinyEngine 变得更好 吸引更多的人参与贡献 更多的了解 TinyEngine 的实际使用场景,以方便下一步的规划 ### 登记使用情况的好处 建立专属支持渠道(创建微信群聊,专家支持),提供快速支持和响应(当天响应)帮助您更高效地实施和落地...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction 代码顶层带了个div,希望有地方定制样式并且输出后能保留,最好默认就height: 100%;,输出也在 ### Step to reproduce ![Uploading 7f5c6f69d9469ff00b98422a5d9a9aa.png…]() ### What is expected _No response_ ### What...
### What problem does this feature solve 在添加opentiny/vue物料的时候,手写配置特别的麻烦,希望能够有对应的配置 ### What does the proposed API look like 在添加opentiny/vue物料的时候,手写配置特别的麻烦,希望能够有对应的配置
### Environment 谷歌浏览器 ### Version 17 ### Version 3.11 ### Link to minimal reproduction 右侧面板,选择背景图/渐变,这里滚动条没法拖动 ### Step to reproduce 右侧面板,选择背景图/渐变,这里滚动条没法拖动 ### What is expected   右侧面板,选择背景图/渐变,滚动条点击能正常拖动 ### What is...
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [...