bt-ui
v0.0.6
Published
An vue components
Downloads
1
Readme
bt-ui
A ui component library built with vue-cli@3
api
install
npm install bt-ui -S
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