Go to file
ajaxzheng b5fc639831
fix: add logo and fix readme (#5)
2023-09-26 14:15:19 +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
.husky init project 2023-09-25 18:11:29 +08:00
mockServer fix: fix build error (#1) 2023-09-26 08:40:44 +08:00
packages/vue-generator fix: fix build error (#1) 2023-09-26 08:40:44 +08:00
scripts init project 2023-09-25 18:11:29 +08:00
src fix: fix build error (#1) 2023-09-26 08:40:44 +08:00
.env.alpha init project 2023-09-25 18:11:29 +08:00
.env.development init project 2023-09-25 18:11:29 +08:00
.env.prod init project 2023-09-25 18:11:29 +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 init project 2023-09-25 18:11:29 +08:00
.npmignore init project 2023-09-25 18:11:29 +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 fix: add logo and fix readme (#5) 2023-09-26 14:15:19 +08:00
README.md init project 2023-09-25 18:11:29 +08:00
README.zh-CN.md init project 2023-09-25 18:11:29 +08:00
canvas.html init project 2023-09-25 18:11:29 +08:00
index.html init project 2023-09-25 18:11:29 +08:00
jsconfig.json init project 2023-09-25 18:11:29 +08:00
lerna.json fix: fix build error (#1) 2023-09-26 08:40:44 +08:00
lint-staged.config.js init project 2023-09-25 18:11:29 +08:00
logo.svg fix: add logo and fix readme (#5) 2023-09-26 14:15:19 +08:00
package.json fix: fix build error (#1) 2023-09-26 08:40:44 +08:00
preview.html init project 2023-09-25 18:11:29 +08:00
previewApp.html init project 2023-09-25 18:11:29 +08:00
setting.html init project 2023-09-25 18:11:29 +08:00
vite.config.js init project 2023-09-25 18:11:29 +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.

Development

Dependencies required for installation

$ npm install
$ pushd mockServer
$ npm install
$ popd

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

$ npm run serve

# start another terminal
$ cd mockServer
$ npm run 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
  • pagdId=xxx Page ID

Build

# Build all plug-ins first
npm run build:plugin

# Build Designer
npm run build:alpha or build:prod

# Release all plug-ins.
npm run publish:plugin

# Publish the designer.
npm run publish:core

Common Packet Sending Process

  1. Release the plug-in.
npm run build:plugin && npm run publish:plugin
  1. Publish Designer

a) Change the package name and version number. Package name: @opentiny/tinybuilder-design-core-test Version number: The last digit plus 1 each time. For example:

"name": "@opentiny/tinybuilder-design-core-test",
"version": "1.0.87",

b) npm publish

🤝 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