Skip to content

Latest commit

 

History

History

wangeditor5-for-vue2 + typescript

wangeditor5-for-vue2typescript 使用示例

运行

yarn

// 安装依赖
yarn

// 安装 wangeditor5-for-vue2
yarn add wangeditor5-for-vue2

// 运行
yarn run serve

npm

// 安装依赖
npm i

// 安装 wangeditor5-for-vue2
npm i wangeditor5-for-vue2

// 运行
npm run serve