diff --git a/docs/src/docPages/overview/installation.md b/docs/src/docPages/overview/installation.md index 2b27a0cb..85ea64f0 100644 --- a/docs/src/docPages/overview/installation.md +++ b/docs/src/docPages/overview/installation.md @@ -57,8 +57,34 @@ It’s also amazing for bug reports. Try to recreate a bug there and share it wi * [Vue.js/tiptap on CodeSandbox](https://codesandbox.io/s/tiptap-issue-template-b83rr?file=/src/components/Tiptap.vue) -## Option 4: CDN -To pull in tiptap for quick demos or just giving it a spin, grab the latest build via CDN: +## Option 4: CDN (Draft) +To pull in tiptap for quick demos or just giving it a spin, grab the latest build via CDN. We use two different provides: + +### Skypack (ES Modules) +Skypack enables you to use ES modules, which should be supported in all modern browsers. The packages are smaller, that’s great, too. So here is how to use it: + +```html + +
+ + + + + + +