@zuckersalzundpfeffer/gyuto-preview-plugin

0.0.14 • Public • Published

gyuto Preview Plugin

tbd.

Installation

yarn add -D @zuckersalzundpfeffer/gyuto-preview-plugin

Register

The Preview Plugin needs to know all your regsitered and used components at runtime. Therefor it is best practise to provide a component mapping like shown in the snip.

const projectComponents = {
    ...somethingVeryCool
}

Vue.use(GyutoPreview, {
    endpoint: "<host>",
    components: projectComponents,
  });

You can also import from somewhere else. egg: import { projectLayouts, projectComponents } from "@/zsp.gyuto.js";

Readme

Keywords

none

Package Sidebar

Install

npm i @zuckersalzundpfeffer/gyuto-preview-plugin

Weekly Downloads

0

Version

0.0.14

License

ISC

Unpacked Size

195 kB

Total Files

29

Last publish

Collaborators

  • borisbrue
  • tlopasha
  • cri5h