improve getting started

This commit is contained in:
Hans Pagel 2020-08-13 10:43:26 +02:00
parent eaac0101eb
commit ffce1b40d8

View File

@ -22,11 +22,10 @@ Create a new Vue component (you can call it `<Tiptap />`) and add the following
<demo name="GettingStarted" />
> **Doesnt work for you?** There are a few common pitfalls here, depending on your setup. If you have trouble getting started, try to read the related links down here.
> If you are using Nuxt.js, note that tiptap needs to run in the client, not on the server. Wrapping the editor in a `<client-only>` tag is required.
Congrats! Youve got it! 🎉 Lets start to build your editor in the next step.
### Related links
* [Use tiptap with Nuxt.js](#)
* [tiptap doesnt have a default styling](#)