0.0.14 • Published 1 year ago

@zuckersalzundpfeffer/gyuto-preview-plugin v0.0.14

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

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago