vue-view-components

0.0.19 • Public • Published

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>

Package Sidebar

Install

npm i vue-view-components

Weekly Downloads

4

Version

0.0.19

License

MIT

Last publish

Collaborators

  • bqxu