vue-scexpeditor

A Vue plugin to support Vue components in Sitecore Experience Editor.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-scexpeditor
1.0.35 years ago5 years agoMinified + gzip package size for vue-scexpeditor in KB

Readme

vue-scexpeditor
A Vue plugin to support Vue components in Sitecore Experience Editor.

Install

```console npm install --save-dev vue-scexpeditor ``` or ```console yarn add -D vue-scexpeditor ```

Usage

```javascript import SitecoreExpEditorPlugin from 'vue-scexpeditor'; Vue.use(SitecoreExpEditorPlugin); ```