@storyblok/vue 6.0.0 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  </a>
5
5
  <h1 align="center">@storyblok/vue</h1>
6
6
  <p align="center">
7
- The Vue plugin you need to interact with <a href="http://www.storyblok.com?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-vue" target="_blank">Storyblok API</a> and enable the <a href="https://www.storyblok.com/docs/guide/essentials/visual-editor?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-vue" target="_blank">Real-time Visual Editing Experience</a>.
7
+ The Vue SDK you need to interact with <a href="http://www.storyblok.com?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-vue" target="_blank">Storyblok API</a> and enable the <a href="https://www.storyblok.com/docs/guide/essentials/visual-editor?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-vue" target="_blank">Real-time Visual Editing Experience</a>.
8
8
  </p>
9
9
  <br />
10
10
  </div>
@@ -34,6 +34,8 @@
34
34
 
35
35
  ## 🚀 Usage
36
36
 
37
+ Check out the **[Live Demo](https://stackblitz.com/edit/vue-sdk-demo?file=src/main.js&terminal=dev)** on Stackblitz!
38
+
37
39
  > If you are first-time user of the Storyblok, read the [Getting Started](https://www.storyblok.com/docs/guide/getting-started?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-vue) guide to get a project ready in less than 5 minutes.
38
40
 
39
41
  ### Installation
@@ -41,8 +43,8 @@
41
43
  Install `@storyblok/vue`
42
44
 
43
45
  ```bash
44
- npm install --save-dev @storyblok/vue
45
- # yarn add -D @storyblok/vue
46
+ npm install @storyblok/vue
47
+ # yarn add @storyblok/vue
46
48
  ```
47
49
 
48
50
  Register the plugin on your application (usually in `main.js`), add the `apiPlugin` and add the [access token](https://www.storyblok.com/docs/api/content-delivery#topics/authentication?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-vue) of your Storyblok space:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/vue",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Storyblok directive for get editable elements.",
5
5
  "main": "./dist/storyblok-vue.js",
6
6
  "module": "./dist/storyblok-vue.mjs",
@@ -30,13 +30,13 @@
30
30
  "@cypress/vite-dev-server": "^2.0.7",
31
31
  "@cypress/vue": "^3.0.3",
32
32
  "@vitejs/plugin-vue": "^2.2.2",
33
- "@vue/babel-preset-app": "^4.5.13",
33
+ "@vue/babel-preset-app": "^5.0.4",
34
34
  "@vue/test-utils": "next",
35
- "babel-jest": "^26.6.3",
35
+ "babel-jest": "^27.5.1",
36
36
  "cypress": "^9.3.1",
37
37
  "eslint-plugin-cypress": "^2.12.1",
38
38
  "eslint-plugin-jest": "^25.2.4",
39
- "jest": "^26.6.3",
39
+ "jest": "^27.5.1",
40
40
  "vite": "^2.7.10",
41
41
  "vue": "^3.2.31",
42
42
  "vue-jest": "next"