mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 15:49:23 +08:00
853650885b
* Update cdn.md Added 3 examples of CDN usage. * Update installation.md Uncommented CDN line * Update cdn.md removed Skypack -- not reliable in testing with Codepen. * Update cdn.md removed esm.run. I couldn't solve the issue.
28 lines
739 B
Markdown
28 lines
739 B
Markdown
---
|
||
tableOfContents: true
|
||
---
|
||
|
||
# Installation
|
||
|
||
## Introduction
|
||
|
||
Tiptap is framework-agnostic and even works with Vanilla JavaScript (if that’s 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)
|