mirror of
https://github.com/201206030/novel-plus.git
synced 2026-01-19 06:51:02 +08:00
353 B
353 B
用于 React
如果需要将 wangEditor 用于 React 中,可参见如下示例
- 下载源码
git clone git@github.com:wangfupeng1988/wangEditor.git - 进入 React 示例目录
cd wangEditor/example/demo/in-react/,查看src/App.js即可 - 也可以运行
npm install && npm start查看在 React 中的效果(http://localhost:3000/)