Go to file
lichunn 9be6f31129
fix:时间线步骤条编辑数据,步骤条会消失 (#84)
* fix: 时间线步骤条编辑data,时间线会消失

* Revert "fix: 时间线步骤条编辑data,时间线会消失"

This reverts commit b24f8ba60d.

* fix:时间线步骤条编辑数据,时间线会消失
2023-11-16 10:19:55 +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 docs: add pr and bug template (#18) 2023-10-08 09:49:04 +08:00
.husky feat: add pnpm to project 2023-09-29 11:17:46 +08:00
mockServer feat(chore): update package info (#53) 2023-11-03 18:01:36 +08:00
packages fix:时间线步骤条编辑数据,步骤条会消失 (#84) 2023-11-16 10:19:55 +08:00
scripts feat(chore): add setup script setup environment before serving (#80) 2023-11-14 19:35:30 +08:00
.eslintignore init project 2023-09-25 18:11:29 +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 init project 2023-09-25 18:11:29 +08:00
CONTRIBUTING.zh-CN.md init project 2023-09-25 18:11:29 +08:00
LICENSE init project 2023-09-25 18:11:29 +08:00
README.en-US.md feat(doc): add doc link to readme (#54) 2023-11-09 14:11:58 +08:00
README.md feat(doc): add doc link to readme (#54) 2023-11-09 14:11:58 +08:00
README.zh-CN.md feat(doc): add doc link to readme (#54) 2023-11-09 14:11:58 +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 feat(chore): add setup script setup environment before serving (#80) 2023-11-14 19:35:30 +08:00
pnpm-workspace.yaml feat: add pnpm to project 2023-09-29 11:17:46 +08:00

README.en-US.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

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