tachybase_todo/packages/app
SemmyWong 3f3e9b5373
feat: add Slate component (#272)
* 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>
2022-04-10 09:10:25 +08:00
..
src/pages feat: add Slate component (#272) 2022-04-10 09:10:25 +08:00
.gitignore feat: add @nocobase/app 2022-02-10 18:37:16 +08:00
.prettierignore feat: add @nocobase/app 2022-02-10 18:37:16 +08:00
.prettierrc feat: add @nocobase/app 2022-02-10 18:37:16 +08:00
.umirc.ts chore(client): add @nocobase/utils to rules 2022-04-07 08:39:22 +08:00
package.json fix(app): postinstall with umi.cli.js 2022-02-16 14:57:33 +08:00
README.md feat: add @nocobase/app 2022-02-10 18:37:16 +08:00
tsconfig.json feat: add @nocobase/app 2022-02-10 18:37:16 +08:00
typings.d.ts feat: add @nocobase/app 2022-02-10 18:37:16 +08:00
umi.cli.js fix(app): postinstall with umi.cli.js 2022-02-16 14:57:33 +08:00

umi project

Getting Started

Install dependencies,

$ yarn

Start the dev server,

$ yarn start