UNPKG

@vcl/vcl

Version:

The whole VCL in one package

19 lines (12 loc) 322 B
# [VCL](https://vcl.github.io/vcl/) - @vcl/vcl The `@vcl/vcl` package contains all modules that are part of the VCL and provides different entry points for imports. ## Installation ```sh npm install @vcl/vcl --save ``` ## Usage The package's default import includes the all components. ```scss @use "~@vcl/vcl"; ```