sinosoft-ap-ui
Version:
24 lines (18 loc) • 395 B
Markdown
# sinosoft-ap-ui
sinosoft-ap-ui vue-components.
## Installation
```
npm install sinosoft-ap-ui
```
## Import
```
import sinosoftApUI from 'sinosoft-ap-ui';
Vue.use(sinosoftApUI);
```
## Demo
下载该项目,在文件根目录下依次输入命令行:
```
npm install
npm run dev
```
然后在浏览器里输入`http://localhost:8089`,即可看到组件 demo。