Bview
an ui resolved plan based on vue
Install / Use
/learn @atvue/BviewREADME
建设中...
目前效果展示 demo:
yarn
yarn dev
项目中使用:
yarn add nopvue-ui
引用方式类似 iview
import 'nopvue-ui/dist/styles/nopvue.css';
import NopVue from 'nopvue-ui';
Vue.use(NopVue);
