mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 05:26:21 +08:00
wording
This commit is contained in:
parent
9d97e7ed18
commit
08de0d3072
@ -1,14 +1,16 @@
|
||||
# Installation
|
||||
|
||||
tiptap has a very modular package structure and is independent of any framework. If you want to start as fast as possible, you need at least the two packages `@tiptap/core` and `@tiptap/starter-kit`.
|
||||
|
||||
```bash
|
||||
# Using npm
|
||||
npm install @tiptap/core
|
||||
npm install @tiptap/core @tiptap/starter-kit
|
||||
|
||||
# Using Yarn
|
||||
yarn add @tiptap/core
|
||||
yarn add @tiptap/core @tiptap/starter-kit
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
You can use it like this:
|
||||
|
||||
```js
|
||||
import { Editor } from '@tiptap/core'
|
||||
|
@ -15,7 +15,7 @@ Although tiptap tries to hide most of the complexity of ProseMirror, it’s is b
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see the [`CONTRIBUTING`](https://github.com/scrumpy/tiptap/blob/master/CONTRIBUTING.md) file for details.
|
||||
Please see the [`CONTRIBUTING.md`](https://github.com/scrumpy/tiptap/blob/master/CONTRIBUTING.md) file for details.
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user