@feugene/unplugin-granularity

A resolver for unplugin-vue-components: components auto-import by their own subpath, so what the application never used never reaches the bundle.

version
0.7.1
Public subpaths
2
Components
0
Runtime dependencies
0

How the package describes itself on npm: unplugin-vue-components resolver for @feugene/granularity — granular auto-import for components and directives.

Installation

The command installs the package and its required peer dependencies: the library does not bring them, because your application already has them.

npm i @feugene/unplugin-granularity @feugene/granularity unplugin-vue-components
pnpm add @feugene/unplugin-granularity @feugene/granularity unplugin-vue-components
yarn add @feugene/unplugin-granularity @feugene/granularity unplugin-vue-components
bun add @feugene/unplugin-granularity @feugene/granularity unplugin-vue-components

What is inside

The manifest declares 2 entry points — importing through them is what keeps the bundle free of what you did not use.

No runtime dependencies: only the code of the package itself reaches your application.

The package ships no components.

Package documentation

The package has no separate documentation: the README and the types are all there is.