vue-view-components
v0.0.19
Published
view components for vuejs
Downloads
46
Readme
vue-view components
view components for vuejs
Documentation
Common topics are discussed in the docs. Make sure to read it!
Getting started
npm install vue-view-components --save
import vue_view_component from 'vue-view-components';
...
Vue.use(vue_view_component());
configs
prefix (default:'i_')
sample
...
Vue.use(vue_view_component({prefix:'v-'}));
<v-table></v-table>