vue ui components


License
ISC
Install
npm install nopvue-ui@1.1.5

Documentation

建设中...

目前效果展示 demo:

yarn

yarn dev

项目中使用:

yarn add nopvue-ui

引用方式类似 iview

import 'nopvue-ui/dist/styles/nopvue.css';

import NopVue from 'nopvue-ui';

Vue.use(NopVue);