Go to file
chilingling 913f40c4d2
chore(release): publish (#320)
- @opentiny/tiny-engine-mock: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-block-build: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-builtin-component: 1.0.0 => 1.0.1
- @opentiny/tiny-engine-canvas: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-common: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-controller: 1.0.2 => 1.0.3
- @opentiny/tiny-engine: 1.0.0-beta.3 => 1.0.0-beta.4
- @opentiny/tiny-engine-http: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-i18n-host: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-block: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-bridge: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-data: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-datasource: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-help: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-i18n: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-materials: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-page: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-robot: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-schema: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-script: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-tree: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-tutorial: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-design: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-events: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-props: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-styles: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-svgs: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-theme-dark: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-theme-light: 1.0.4 => 1.0.5
- @opentiny/tiny-engine-toolbar-breadcrumb: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-clean: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-collaboration: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-fullscreen: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-generate-vue: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-lang: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-layout: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-checkinout: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-logo: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-logout: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-media: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-preview: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-redoundo: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-refresh: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-save: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-setting: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-utils: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-dsl-vue: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-webcomponent-core: 1.0.3 => 1.0.4
2024-03-07 15:13:10 +08:00
.build_config init project 2023-09-25 18:11:29 +08:00
.cid init project 2023-09-25 18:11:29 +08:00
.codecheck init project 2023-09-25 18:11:29 +08:00
.github chore: add code review action (#215) 2024-01-03 11:15:57 +08:00
.husky feat: add pnpm to project 2023-09-29 11:17:46 +08:00
mockServer chore(release): publish (#320) 2024-03-07 15:13:10 +08:00
packages chore(release): publish (#320) 2024-03-07 15:13:10 +08:00
patches fix: 修复preview生产打包的时候repl引入的monaco-editor里的worker跨域报错 (#245) 2024-02-26 14:15:31 +08:00
scripts fix:组件sql语句字段校验、提示优化 (#275) 2024-01-25 10:10:42 +08:00
.env.local feat: add materials script (#195) 2023-12-29 16:21:16 +08:00
.eslintignore 添加eslint&自动化构建 (#101) 2023-11-23 19:20:19 +08:00
.eslintrc.js init project 2023-09-25 18:11:29 +08:00
.gitignore feat: add pnpm to project 2023-09-29 11:17:46 +08:00
.npmignore feat: add pnpm to project 2023-09-29 11:17:46 +08:00
.prettierignore init project 2023-09-25 18:11:29 +08:00
.prettierrc init project 2023-09-25 18:11:29 +08:00
CHNAGELOG.md init project 2023-09-25 18:11:29 +08:00
CONTRIBUTING.md 添加eslint&自动化构建 (#101) 2023-11-23 19:20:19 +08:00
CONTRIBUTING.zh-CN.md 添加eslint&自动化构建 (#101) 2023-11-23 19:20:19 +08:00
LICENSE init project 2023-09-25 18:11:29 +08:00
README.md feat(docs): 增加跟本地后端直连的方案 (#208) 2023-12-29 16:51:27 +08:00
README.zh-CN.md feat(docs): 增加跟本地后端直连的方案 (#208) 2023-12-29 16:51:27 +08:00
jsconfig.json feat: add pnpm to project 2023-09-29 11:17:46 +08:00
lerna.json feat: add pnpm to project 2023-09-29 11:17:46 +08:00
lint-staged.config.js feat: add pnpm to project 2023-09-29 11:17:46 +08:00
logo.svg fix: add logo and fix readme (#5) 2023-09-26 14:15:19 +08:00
package.json fix: 修复preview生产打包的时候repl引入的monaco-editor里的worker跨域报错 (#245) 2024-02-26 14:15:31 +08:00
pnpm-workspace.yaml feat: add pnpm to project 2023-09-29 11:17:46 +08:00

README.md

OpenTiny Logo

TinyEngine enables developers to customize low-code platforms, build low-bit platforms online in real time, and support secondary development or integration of low-bit platform capabilities.

English | 简体中文

🌈 Features:

  • Cross-end cross-frame front-end components
  • Supports online real-time construction, secondary development, or being integrated.
  • Directly generate deployable source code without engine support.
  • Allows access to third-party components and customized extension plug-ins.
  • Supports high-code and low-code, and hybrid development and deployment of applications.
  • The platform accesses AI big model capabilities to help developers build applications.

Documentation

Development

Dependencies required for installation

$ pnpm install

Local development: Start the local mock server and use the mock data of the local mock server.

$ pnpm dev

Local development, directly connected to the local tiny-engine-webservice server

  1. Start tiny-engine-data-center

  2. Start tiny-engine-webservice

  3. Modify the origin value in vite.config.js in the packages/design-core/ directory of the tiny-engine project to be the address port of your local webService project (the webService port defaults to 7011), such as:

Modify port

Materials Synchronization Solution

$ pnpm splitMaterials
$ pnpm buildMaterials

Open a browser: http://localhost:8080/?type=app&id=918&tenant=1&pageid=NTJ4MjvqoVj8OVsc url search Parameters:

  • type=app Application type
  • id=xxx Application ID
  • tenant=xxx Organization ID
  • pageid=xxx Page ID

Build

# Build all plug-ins first
pnpm build:plugin

# Build Designer
pnpm build:alpha or build:prod

Milestones

gantt 
dateFormat YYYY-MM-DD
axisFormat %Y-%m-%d

	1.0.0-beta.x version	:active,2023-09-25, 2024-03-31
	1.0.0-rc	version    :       2024-04-01, 2024-06-30
	1.0.0 version   :          2024-07-01, 2024-07-31

🤝 Participation and Contribution

If you are interested in our open source project, please join us! 🎉

Please read the Contribution Guide before participating in the contribution.

  • Add official assistant WeChat opentiny-official and join the technical exchange group
  • Join the mailing list opentiny@googlegroups.com

License

MIT