1.0.8 • Published 2 years ago

xh-component v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

组件库打包demo

使用vite来打包组件库,组件库支持TS、按需加载(暂不支持css的按需加载)。

使用方式

import defauleCompoent, {ELHelloWorld} from 'xh-component'
import 'xh-component/dist/style.css'
const app = createApp(App)
// 全局注册
app.use(defauleCompoent)

// 按需加载
// app.use(ELHelloWorld)
1.0.8

2 years ago

1.0.7

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago