mika-editor-fe
v1.1.1
Published
fe compiles editor content
Downloads
17
Readme
mika-online-compiler
#这是一个基于前端渲染的在线编辑器,目前仅支持轻量级少量 react 文件内容编辑,后续功能逐步完善中
an editor compile & preview on browser online
how to start: yarn dev or npm run dev
use mika-editor as component:
- for webpack
warn: if your config set of output path is not "/build",you should follow cdn config, else just use esm way to import
======= using by cdn ======= step 1: import lib:
1.1: add static lib in your html file
1.2: for webpack config:
step 2: render component by using init function:
- you could also load dynamic fetch method to import & use this lib: