tiptap/docs/installation.md
Sven Adlung 545ac62bdc
Update installation guides (#3698)
* docs: update installation guides

* docs: remove base setup

* docs: complete the prosemirror package documentation
2023-02-07 10:18:53 +01:00

28 lines
745 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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
- [Vanilla JavaScript](/installation/vanilla-javascript)
- [React](/installation/react)
- [Next.js](/installation/nextjs)
- [Vue 3](/installation/vue3)
- [Vue 2](/installation/vue2)
- [Nuxt.js](/installation/nuxt)
- [Svelte](/installation/svelte)
- [Alpine.js](/installation/alpine)
- [PHP](/installation/php)
<!-- [CDN](/installation/cdn)-->
### Community efforts
- [Angular](https://github.com/sibiraj-s/ngx-tiptap)
- [SolidJS](https://github.com/LXSMNSYC/solid-tiptap)