@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-componentspnpm add @feugene/unplugin-granularity @feugene/granularity unplugin-vue-componentsyarn add @feugene/unplugin-granularity @feugene/granularity unplugin-vue-componentsbun add @feugene/unplugin-granularity @feugene/granularity unplugin-vue-componentsWhat 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.
Links
The npm pageSources in the repositoryChangelogThe licence, one for the whole family