view components for vuejs
Common topics are discussed in the docs. Make sure to read it!
npm install vue-view-components --save
import vue_view_component from 'vue-view-components';
...
Vue.use(vue_view_component());sample
...
Vue.use(vue_view_component({prefix:'v-'}));<v-table></v-table>