1.0.2 • Published 9 months ago

unplugin-liv-web v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

unplugin-liv-web npm node Download

LivWeb2按需自动导入插件。

特性
  • ✨ 支持自动按需导入组件和指令.
  • 🏝 支持Tree Shaking, 只会自动注册使用过的组件.
  • 🦾 完全支持TypeScript类型安全.

安装

npm i unplugin-liv-web -D

使用

// vite.config.ts
import Components from 'unplugin-vue-components/vite';
import { LivWebResolver } from 'unplugin-liv-web';

export default defineConfig({
  plugins: [
    Components({
      resolvers: [LivWebResolver({ importStyle: 'sass' })],
    }),
  ],
});
1.0.2

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago