# wangEditor-with-vue3 **Repository Path**: xiaohqh/wangEditor-with-vue3 ## Basic Information - **Project Name**: wangEditor-with-vue3 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-03 - **Last Updated**: 2021-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wangEditor-with-vue3 wangEditor 在 vue 中的使用 ``` # 克隆项目 git clone git@github.com:wangeditor-team/wangEditor-with-vue3.git # 进入项目目录 cd wangEditor-with-vue3 # 安装依赖 npm install 或者 yarn install (建议) # 运行项目(将自动在浏览器打开 http://localhost:8080 ) npm run serve 或者 yarn run serve ``` 其中,wangEditor 相关的代码可参考 `src/App.js` 或 `src/App.vue`