wangEditor component for vue2.x. Latest version: 1.0.2, last published: 8 months ago. Start using @wangeditor-next/editor-for-vue2 in your project by running `npm i @wangeditor-next/editor-for-vue2`. There are 2 other projects in the npm registry using @
yarn.lock README wangEditor for Vue 介绍 基于wangEditor封装的开箱即用的Vue2 组件 yarn add @wangeditor-next/editor yarn add @wangeditor-next/editor-for-vue Packages No packages published Languages Vue66.4% JavaScript27.3% HTML4.5% TypeScript1.8%...
wangEditor v5 Vue2 component. Contribute to cycleccc/wangEditor-for-vue2 development by creating an account on GitHub.
1.0.2•Public• Published9 months ago wangEditor for Vue English documentation 介绍 基于wangEditor封装的开箱即用的Vue2 组件 安装 yarn add @wangeditor-next/editor yarn add @wangeditor-next/editor-for-vue 使用 参考文档 npm i@wangeditor-next/editor-for-vue2 ...
@wangeditor/editor-for-vue@1.0.2这个包声明了一个peer依赖vue@"^2.6.14",意味着它需要宿主项目中已经安装了vue的版本至少是2.6.14,但不超过3.0.0(因为^符号表示允许安装兼容的次版本和修订版本,但不允许主版本号的变更)。 3. 提供解决npm error peer依赖错误的几种可能方法 方法一:安装兼容版本的Vue 如果你...
const name = 'WangEditorForVue' const input = path.resolve(__dirname, './src', 'index.ts') const configList = [] // umd - 开发环境需要 CDN 引入方式来测试,所以优先输出 umd const umdConf = createRollupConfig({ input, output: { file: pkg.main, format: 'umd', name, }, }) config...
Breadcrumbs wangEditor-for-vue2 / README.md Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Preview Code Blame 20 lines (12 loc) · 830 Bytes Raw wangEditor for Vue English documentation 介绍 基于wangEditor 封装的开箱即用的 Vue2 组件 安装 ...
wangeditor-next/wangEditor-for-vue2main 1 Branch0 Tags Code This branch is 1 commit ahead of wangeditor-team/wangEditor-for-vue:main.Folders and filesLatest commit cycleccc refactor: modify package name 8a22b09· Jun 19, 2024 History59 Commits...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} wangeditor-next / wangEditor-for-vue2 Public forked from wangeditor-team/wangEditor-for-vue Notifications You must be signed in to change notification settings Fork 1 ...
1. Install the `wangeditor` core package ```shell yarn add @wangeditor/editor # 或者npm install @wangeditor/editor --se ``` 3. 导入组件 2. Install the current component package ```ts import { Editor, Toolbar } from "@wangeditor/editor-for-vue"; ```shell yarn add @wangeditor/editor-...