导航菜单

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:

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>

https://cn.vuejs.org/guide/extras/web-components.html

搜索