Skip to content

VanityOfWall/wangEditor-with-vue3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wangEditor-with-vue3

wangEditor 在 vue 中的使用

# 克隆项目
git clone [email protected]: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.jssrc/App.vue

About

wangEditor 在 vue3 中的使用

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.6%
  • Vue 36.7%
  • HTML 21.7%