@vtable-guild/core
v2.0.3
Published
Core utilities and theme system for vtable-guild
Maintainers
Readme
@vtable-guild/core
Core utilities and theme system for vtable-guild — includes tv() wrapper, cn() class merging, useTheme() composable, Vue plugin (createVTableGuild), and base UI components.
大多数项目直接使用聚合包
@vtable-guild/vtable-guild即可。此包适合需要精确控制依赖边界的拆包用法。
Installation
拆包使用时,需同时安装 core、table、theme:
pnpm add @vtable-guild/core @vtable-guild/table @vtable-guild/themeUsage
import { createVTableGuild } from '@vtable-guild/core'
import { VTable } from '@vtable-guild/table'
import '@vtable-guild/theme/css'
const app = createApp(App)
app.use(createVTableGuild())Documentation
See the full documentation for usage details.
License
MIT
