-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Feature] 希望能提供[email protected]搭建的项目使用方式 #212
Comments
+1 |
执行build会报错
运行时会报 找到原因了,应该是 html-webpack-plugin 出的问题 |
@GodStream 添加了 |
那只是个警告而已,忽略就好了,核心是因为 webpack 的插件系统做了升级 |
推荐直接使用插件 https://github.com/cube-ui/vue-cli-plugin-cube-ui ,只需要初始化项目后执行 vue add cube-ui 即可,配置项参考 https://github.com/cube-ui/cube-template/wiki |
📦 Installing vue-cli-plugin-cube-ui...
? Use post-compile? Yes 🚀 Invoking generator for vue-cli-plugin-cube-ui... 老哥些,这是怎么回事? |
What problem does this feature solve?
目前项目是用的[email protected]搭建的,看文档的描述,初期配置比较繁琐,希望能提供统一的vue-cli @3.0使用方式,这样将来大家整体都转到3.0时会节省不少时间。
按照 #165 的方式是有问题的,
webpack-transform-modules-plugin
会于vue-cli内部产生冲突,导致相关配置无法生效,最终按需加载是无法成功的,只能全部引入。What does the proposed API look like?
...
The text was updated successfully, but these errors were encountered: