From 7148a910499ae970ee30e7a79faa987ce2ab7297 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 3 Mar 2021 21:26:08 +0100 Subject: [PATCH] docs: update content --- docs/src/docPages/installation/nuxt.md | 9 +++++---- docs/src/docPages/installation/vue2.md | 9 +++++---- docs/src/docPages/installation/vue3.md | 9 +++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/docs/src/docPages/installation/nuxt.md b/docs/src/docPages/installation/nuxt.md index 56aa4d144..55910f52d 100644 --- a/docs/src/docPages/installation/nuxt.md +++ b/docs/src/docPages/installation/nuxt.md @@ -23,14 +23,14 @@ cd tiptap-example ``` ## 2. Install the dependencies -Okay, enough of the boring boilerplate work. Let’s finally install tiptap! For the following example you’ll need `@tiptap/core` (the actual editor) and the `@tiptap/vue-starter-kit` which has everything to get started quickly, for example a few default extensions and a basic Vue component. +Okay, enough of the boring boilerplate work. Let’s finally install tiptap! For the following example you’ll need the `@tiptap/vue-2` package, with a few components, and `@tiptap/starter-kit` which has the most common extensions to get started quickly. ```bash # install with npm -npm install @tiptap/core @tiptap/vue-starter-kit +npm install @tiptap/vue-2 @tiptap/starter-kit # install with Yarn -yarn add @tiptap/core @tiptap/vue-starter-kit +yarn add @tiptap/vue-2 @tiptap/starter-kit ``` If you followed step 1 and 2, you can now start your project with `npm run serve` or `yarn serve`, and open [http://localhost:8080/](http://localhost:8080/) in your favorite browser. This might be different, if you’re working with an existing project. @@ -46,7 +46,8 @@ This is the fastest way to get tiptap up and running with Vue. It will give you