Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Vue.js plugin for Storyblok's rich-text renderer

  • 2.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
454
decreased by-72.27%
Maintainers
1
Weekly downloads
 
Created
Source

@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.

Keywords

FAQs

Package last updated on 06 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc