bt-ui
0.0.6 • Public • Published
bt-ui
A ui component library built with vue-cli@3
api
演示文档
install
quickstart
在main.js中完整引入
import Vue from 'vue';
import btui from 'bt-ui';
Vue.use(btui);
new Vue({
router,
render: h => h(App)
}).$mount('#app');
在.vue文件中按需引入
import {
Select,
Button
} from 'bt-ui'
export default {
components: { Select, Button},
};
Browser Support
chrome、firefox、暂不支持IE。
Changelog
查看详细的更新日志
LICENSE
MIT
Package Sidebar
Install
Weekly Downloads