0.5.11 • Published 10 months ago

cwd-ui v0.5.11

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

cwd-ui 组件库

cwd-ui组件文档

https://chenwendeng.github.io/CwdUI/

快速开始

在 main.js 中引入组件库

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

// 按需引入
import 'cwd-ui/dist/css/card.css'
import { Card } from "cwd-ui";
Vue.use(Card);
0.5.10

10 months ago

0.5.11

10 months ago

0.5.9

10 months ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago