0.0.1-alpha.9 • Published 4 years ago

ibiz-studio-components-vue v0.0.1-alpha.9

Weekly downloads
12
License
MIT
Repository
-
Last release
4 years ago

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