Principles
Syncing Build Artifacts to Other Projects
After releasing a new version, sync the build artifacts from this project to other projects using it.
For example, to sync with the Kuaiyizhi_APP project, follow these steps:
- You need to provide a Personal Access Token, generated in the administrator’s GitHub settings: https://github.com/settings/tokens?type=beta
- Owner: The organization where Kuaiyizhi_APP is located
- Contents: Read and write
What is a Web Component
Web Components is a set of standards that allows developers to create reusable custom elements and integrate them into Web pages.
Web Components in JuiceEditor
JuiceEditor encapsulates complex rendering logic within a Web Component. For users, they only need to add this tag to their page to render a sophisticated rich text editor:
<juice-editor></juice-editor>