# zx-editor **Repository Path**: web/zx-editor ## Basic Information - **Project Name**: zx-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-13 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZxEditor v3.0.0-Alpha
移动端HTML文档(富文本)编辑器,支持图文混排、引用、大标题、无序列表,字体颜色、加粗、斜体。 可用于独立web项目开发,也可以用于与原生App混合(hybrid)开发。 旧版请见:[v2.x.x](https://github.com/capricorncd/zx-editor/tree/v2.x.x) 文档地址:https://capricorncd.github.io/zx-editor/docs/index.html ## 本地运行 Build Setup ``` bash # 安装依赖 npm i # http://localhost:9001 npm run dev # build files npm run build ``` ## 使用 Use ``` # npm npm i -S zx-editor # yarn yarn add zx-editor ``` #### # browser ```html