* feat: add Slate component * feat: add slate Read Pretty * fix: remove unused code * fix: demo * feat: rich text field interface * fix: editor normalize * fix: modify slate style * fix: remove debug info Co-authored-by: chenos <chenlinxh@gmail.com> |
||
|---|---|---|
| .. | ||
| src/pages | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .umirc.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| typings.d.ts | ||
| umi.cli.js | ||
umi project
Getting Started
Install dependencies,
$ yarn
Start the dev server,
$ yarn start