Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 229 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 229 Bytes

new-bestify

介绍

一个基于vue.js的UI组件库

安装

npm install new-bestify

使用

import Vue from 'vue';
import nb from 'new-bestify';

Vue.use(nb);