Go to file
chilingling 0118f1528d
Merge pull request #1290 from opentiny/release-v2.4.0-merge
Release v2.4.0 merge
2025-04-07 20:18:33 +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 refactor: reduce complexity of transform function (#620) 2024-07-01 20:57:26 +08:00
.github fix: Release github action syntax issue 2025-01-16 19:14:01 -08:00
.husky refactor: move global composable to common package (#610) 2024-06-30 14:26:52 +08:00
designer-demo v2.4.0 (#1287) 2025-04-07 19:49:11 +08:00
docs docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
mockServer v2.4.0 (#1287) 2025-04-07 19:49:11 +08:00
packages Merge remote-tracking branch 'origin/develop' into release-v2.4.0-merge 2025-04-07 19:58:07 +08:00
patches fix: 修复preview生产打包的时候repl引入的monaco-editor里的worker跨域报错 (#245) 2024-02-26 14:15:31 +08:00
scripts fix: fixed material generation and database connection for components (#1215) 2025-03-17 10:57:53 +08:00
.env.local feat: add materials script (#195) 2023-12-29 16:21:16 +08:00
.gitignore build: 公共依赖cdn解耦并增加开关控制 (#360) 2024-05-13 14:47:02 +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 fix: add prettier version ^2 to workspace resolve lint-staged error and format all codes (#1129) 2025-02-18 20:07:59 +08:00
CHANGELOG.md docs: 文件名称CHANGELOG拼写错误,修改文件名称 (#389) 2024-04-09 09:50:18 +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 chore: sync dev to refactor (#808) 2024-09-24 20:14:30 +08:00
README.zh-CN.md chore: sync dev to refactor (#808) 2024-09-24 20:14:30 +08:00
eslint.config.mjs feat: add ESLint TypeScript rules and fix all ESLint errors (#1145) 2025-03-13 11:27:19 +08:00
lerna.json feat: add pnpm to project 2023-09-29 11:17:46 +08:00
lint-staged.config.js feat: add ESLint TypeScript rules and fix all ESLint errors (#1145) 2025-03-13 11:27:19 +08:00
logo.svg fix: add logo and fix readme (#5) 2023-09-26 14:15:19 +08:00
package.json feat: add ESLint TypeScript rules and fix all ESLint errors (#1145) 2025-03-13 11:27:19 +08:00
pnpm-workspace.yaml fix: es import error、add build command(comments)、add demo designer... (#514) 2024-05-27 17:27:18 +08:00
tsconfig.app.json types: add types to hooks.ts, containers.ts and useCanvas.ts (#1240) 2025-03-29 10:12:50 +08:00
tsconfig.json feat: add ESLint TypeScript rules and fix all ESLint errors (#1145) 2025-03-13 11:27:19 +08:00
tsconfig.node.json refactor: Migrate JavaScript files to TypeScript (#1223) 2025-03-20 11:00:12 +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

The folder where the product is located after building

 tiny-engine/packages/design-core/dist/

Milestones

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

1.0.0-beta.x version : 2023-09-25, 2024-05-20
1.0.0-rc version(refactor version) : 2024-10-01
1.0.0 version : 2024-11-01

🤝 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