0.1.10 • Published 9 years ago
x-vue v0.1.10
Intro
Vue + Bootstrap4 components
For detail, view doc
Install
npm i x-vueUsage
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文件