2.0.1 • Published 8 months ago

@marvr/storyblok-rich-text-vue-renderer v2.0.1

Weekly downloads
883
License
MIT
Repository
-
Last release
8 months ago

@marvr/storyblok-rich-text-vue-renderer :zap:

Vue.js plugin for rendering the rich-text content.

Important :warning:

This plugin needs the Composition API to work. Please install it before you use the plugin. :blush:

Getting started :rocket:

1. Install @vue/composition-api

yarn add @vue/composition-api
# or
npm install @vue/composition-api

2. Install @marvr/storyblok-rich-text-vue-renderer

yarn add @marvr/storyblok-rich-text-vue-renderer
# or
npm install @marvr/storyblok-rich-text-vue-renderer

This also installs @marvr/storyblok-rich-text-types so you don't need it to install it separately.

Usage :joystick:

  1. Install the Composition API and the plugin like described above :point_up:.
  2. Register @vue/composition-api BEFORE the plugin with Vue.use().
  3. Register the plugin with Vue.use() after that.
  4. Use the <rich-text-renderer /> component to render your Storyblok document.
  5. Don't know how or want to see examples? See full documentation below :point_down:.

Documentation :notebook_with_decorative_cover:

The full documentation can be found here.

3.4.0

8 months ago

3.3.1

8 months ago

3.6.0

8 months ago

3.5.0

8 months ago

3.3.2

8 months ago

3.2.1

2 years ago

3.2.0

2 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-alpha.1

4 years ago

2.0.0-alpha.2

4 years ago

2.0.0-alpha.0

4 years ago