5.4.0 • Published 2 years ago

wbjs-loader2 v5.4.0

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

wbjs-loader2 Version=5.4.0

Props viewData

WBJS2 is a custom VueJS framework based on the WBC-UI2 component. Its views are globally watched, managed, and controlled via the wbjs-loader2 base class. wbjs-loader2 contains essentially the WBGC component and automatically install wbc-ui2 and wbc-list2. WBGC component allows:

  • structure the views.
  • controls the JS objects of the view.
  • interact with the server side.

For details guide, visit http://www.wbjs.net/

3- WBGC configuration

In main.js install WBGC plugin (WBGC_plugin) in your app.

Then, your main.js have this structure

import router from <your_router_path>;
import store from <your_store_path>;
import vuetify from <your_plugins_vuetify>;

#install plugin to Vue instamce
import * as WBGC_ui2_pluging from "wbjs-loader2";
Vue.use(WBGC_ui2_pluging, {  store,router,vuetify  });

new Vue({
    render: (h) => h(App),
}).$mount("#app");

The contribution

1- The components WBC and WBList are registered globally to the main app and to WBGC component.

2- Vuetify components are registered globally to the main app and to WBGC component.

3- All global registered components are automatically injected to WBGC.

How to use WBGC?

For details guide, visit http://www.wbjs.net/

Syntax

<WBGC :viewData="viewData"></WBGC>
5.2.4

2 years ago

5.2.3

2 years ago

5.4.0

2 years ago

5.2.2

2 years ago

5.3.0

2 years ago

5.2.1

2 years ago

5.1.2

2 years ago

5.2.0

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

5.1.1-r072

2 years ago

5.1.1-r071

2 years ago

5.1.1-r074

2 years ago

5.1.1-r073

2 years ago

5.1.1-r06

2 years ago

5.1.1-r07

2 years ago

5.1.1-r04

2 years ago

5.1.1-r05

2 years ago

5.2.6-r02

2 years ago

5.2.9

2 years ago

5.2.8

2 years ago

5.2.7

2 years ago

5.2.6-r01

2 years ago

5.2.6

2 years ago

5.2.5

2 years ago

4.2.1

2 years ago

4.2.0-r01

2 years ago

4.2.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.0.0-r01

2 years ago

3.0.0

2 years ago

2.5.0-r01

2 years ago

2.5.0

2 years ago

2.4.0-r1

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0-r1

2 years ago

2.2.0

2 years ago

1.0.0

2 years ago