Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 374 Bytes

wangEditor-with-react

wangEditor with React

说明

在React中使用wangEditor

使用

# 克隆项目
git clone [email protected]:wangeditor-team/wangEditor-with-react.git

# 进入项目目录
cd wangEdior-with-react

# 安装依赖
npm install

# 运行项目(将自动在浏览器打开 http://localhost:3000/ )
npm run start

代码参考

src/App.js