tiptap/docs/installation.md
Rico 853650885b
feat(docs): added cdn installation guide (#4045)
* 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.
2023-07-07 15:35:07 +02:00

28 lines
739 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)