Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 319 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 319 Bytes

vue-scexpeditor

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

Install

npm install --save-dev vue-scexpeditor

or

yarn add -D vue-scexpeditor

Usage

import SitecoreExpEditorPlugin from 'vue-scexpeditor';

Vue.use(SitecoreExpEditorPlugin);