phui-v
TypeScript icon, indicating that this package has built-in type declarations

0.0.32 • Public • Published

phui-v

基于 vue3UI 组件库。

自动引入

使用 Vite + unplugin-vue-components + phui-vue-resolver 搭配实现

vite.config.ts 中添加如下代码:

import Components from 'unplugin-vue-components/vite'
import PhuiResolver from 'phui-vue-resolver'

export default defineConfig({
  ...
  plugins: [
    ...
    Components({
      dts: './src/components.d.ts',
      resolvers: [PhuiResolver()],
    })
  ]
})

文档地址

phui-v wiki

Package Sidebar

Install

npm i phui-v

Weekly Downloads

10

Version

0.0.32

License

MIT

Unpacked Size

76.6 kB

Total Files

59

Last publish

Collaborators

  • lucidus