๐Ÿ“ฆ toeverything / blocksuite-examples

๐Ÿ“„ README.md ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16# Vue Basic Example

This example encapsulates the BlockSuite editor and doc collection in Vue, demonstrating basic document management.

## Development

```sh
git clone https://github.com/toeverything/blocksuite.git
cd blocksuite/examples

pnpm install
pnpm dev vue-basic
```

This project is created using the `pnpm create vite` cli.