npm install react-html-editor
npm install react-html-editor --save
`
引入:
`
import Editor from 'react-html-editor'
import EditorStyles from 'react-html-editor'
`
demo 地址,(可能并不是最新代码)
开发:
`
npm run dev
`
构建:
`
npm run build
``