0.0.14 • Published 2 years ago

@zuckersalzundpfeffer/gyuto-preview-plugin v0.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.9

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago