tiptap/docs/installation.md
2022-12-22 23:15:57 +01:00

1.0 KiB
Raw Blame History

tableOfContents
true

Installation

Introduction

Tiptap is framework-agnostic and even works with Vanilla JavaScript (if thats your thing). The following integration guides help you integrating Tiptap in your JavaScript project.

Integration guides

:::warning Are you using Yarn, pNPM, npm 6 or less? Unfortunately your package manager does not install peer dependencies automatically and you have to install them by your own. Please read this to understand what is needed in that case. :::

Community efforts