Vue CLI 3 plugin for Webpack DllPlugin and DllReferencePlugin,improve compilation speed.
npm install vue-cli-plugin-2-3-auto让你的组件同时兼容 vue2 或者 vue3 项目
> 确保你安装的 vue-cli 版本 大于 v4.5.11,否则安装会失败。
```
$ vue -V
`bash
$ vue add vue-cli-plugin-2-3-auto
$ vue invoke vue-cli-plugin-2-3-auto
`
#### 组件为 vue3 时的使用方式
组件中使用方式如下方示例
Example.vue
`vue
`
HelloWorld.vue
`vue
`
mixed-development.vue
`vue
``
#### 组件为 vue2 时的使用方式
待描述