0.5.61 • Published 1 year ago

zjex-ui v0.5.61

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

zjex-ui-vue2 组件库

快速开始

1.安装组件库

npm i zjex-ui

2.引用组件库

// 全部引入
import 'zjex-ui/dist/css/index.css';
import ZJEXUI from "zjex-ui"
Vue.use(ZJEXUI)

//按需引用
import 'zjex-ui/dist/css/card.css';
import { Card } from 'Zjex-ui'
Vue.use(Card)

3.打包更新

npm run build:js
npm run build:css
0.5.61

1 year ago

0.5.6

1 year ago

0.5.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago