13 lines
209 B
Markdown
13 lines
209 B
Markdown
|
# Installation
|
||
|
|
||
|
First, install the editor core and any blocks you want to use:
|
||
|
|
||
|
```
|
||
|
npm i --save @schlechtenburg/core \
|
||
|
@schlechtenburg/layout \
|
||
|
@schlechtenburg/heading \
|
||
|
@schlechtenburg/paragraph
|
||
|
```
|
||
|
|
||
|
|