8
0
Quellcode durchsuchen

Docs: Updated the Vue.js component guide with more specific depencency requirements to avoid installation errors. Closes ckeditor/ckeditor5-vue#16.

Aleksander Nowodzinski vor 7 Jahren
Ursprung
Commit
f441b6f17f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      docs/builds/guides/frameworks/vuejs.md

+ 2 - 1
docs/builds/guides/frameworks/vuejs.md

@@ -189,10 +189,11 @@ First, install the necessary dependencies:
 
 ```bash
 npm install --save \
+    @ckeditor/ckeditor5-vue \
     @ckeditor/ckeditor5-dev-webpack-plugin \
     @ckeditor/ckeditor5-dev-utils \
     postcss-loader \
-    raw-loader
+    raw-loader@0.5.1
 ```
 
 Edit the `vue.config.js` file and use the following configuration. If the file is not present, create it in the root of the application (i.e. next to `package.json`):