Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 234 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 234 Bytes

建设中...

目前效果展示 demo:

yarn

yarn dev

项目中使用:

yarn add nopvue-ui

引用方式类似 iview

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

import NopVue from 'nopvue-ui';

Vue.use(NopVue);