0.0.1-alpha.9 • Published 5 years ago
ibiz-studio-components-vue v0.0.1-alpha.9
iBizStudioComponentsVue (beta)
Ionic Vue.js specific building blocks on top of @ionic/core components.
To get started simply install iBizStudioComponentsVue
and iBizStudioComponents
with npm into your project and then register iBizStudioComponentsVue
as a plugin to your vue application.
import Vue from 'vue';
import iBizStudioComponentsVue from 'ibiz-studio-components-vue';
Vue.use(iBizStudioComponentsVue);
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app');
Current known limitations
This is an beta release of iBizStudioComponentsVue so please understand that there are some missing pieces but know that many of the components will work.
- The shorthand
v-model
binding is currently not supported - Stack navigation for deep transitions is under heavy development at this time.
License
0.0.1-alpha.9
5 years ago
0.0.1-alpha.8
5 years ago
0.0.1-alpha.6
5 years ago
0.0.1-alpha.4
5 years ago
0.0.1-alpha.5
5 years ago
0.0.1-alpha.3
5 years ago
0.0.1-alpha.2
5 years ago
0.0.1-alpha.1
5 years ago