Skip to content

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

License

Notifications You must be signed in to change notification settings

georgechang/vue-scexpeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);