Skip to content

clinfc/wangeditor5-for-vue2-example

Repository files navigation

element-ui + wangeditor5-for-vue2

wangeditor5-for-vue2element-ui 使用示例

使用文档

运行

yarn

// 安装依赖
yarn

// 运行
yarn run serve

npm

// 安装依赖
npm i

// 运行
npm run serve