README
Intro
Vue + Bootstrap4 components
For detail, view doc
Install
npm i x-vue
Usage
import vue from 'vue'
import XVue from 'x-vue'
vue.use(XVue)
Development
clone the project
npm install
npm start
文档如何生成
在example根目录下加入某个组件为名字的.doc
文件,如button.doc
,然后创建一个button文件夹,
在该文件夹中随意创建多个demo,以.vue
为后缀,然后在router.js
中引用这个.doc
文件