@cc-external/vue-full
v3.0.0
Published
Install package "vue-full" with externals configuration for "cc-webpack-externals-plugin"
Downloads
3
Maintainers
Readme
Configuration Package for @codecoupler/cc-webpack-externals-plugin
If you use the plugin @codecoupler/cc-webpack-externals-plugin
in your Webpack configuration
you can install with this package the NPM module vue
and automatically configure this
as external library. The module will not be included in your library bundle.
This will include the full build of Vue including the compiler. Do not use this package together
with @cc-external/vue
-
Usage:
npm i @cc-external/vue-full
The version number of this package matches the major and minor number of the module vue
that is included as dependency. The patch number do not correspond to the module patch number.