docs: update content

This commit is contained in:
Hans Pagel
2020-11-17 14:04:15 +01:00
parent 7e2c794527
commit 3cfe234ee0

View File

@@ -3,7 +3,9 @@
## toc ## toc
## Introduction ## Introduction
tiptap is framework-agnostic and even works with plain JavaScript, if thats your thing. To keep everthing as small and flexible as possible, its all very modular. Lets take a few basic building blocks for a test drive. tiptap 2 is framework-agnostic and even works with plain JavaScript, if thats your thing. As the previous major version required Vue.js, we decided to focus on Vue.js in the first version of this guide. That said, its probably also helpful for developers who work with different technologies.
Lets take a few basic building blocks for a test drive.
## Requirements ## Requirements
The following guide assumes youre working with Vue.js. Hopefully, that helps to get you going with other frameworks (or without a framework at all), while were working on more guides. We also assume youve [set up Node.js](https://nodejs.org/en/download/) on your machine already. The following guide assumes youre working with Vue.js. Hopefully, that helps to get you going with other frameworks (or without a framework at all), while were working on more guides. We also assume youve [set up Node.js](https://nodejs.org/en/download/) on your machine already.