0.0.14 • Published 3 years ago

@zuckersalzundpfeffer/gyuto-preview-plugin v0.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.9

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago