使用vue-cli编写组件发布npm 包过大问题
vue-cli-service build --target lib --name index --dest lib src/index.js
File Size Gzipped
lib\index.umd.min.js 208.21 KiB 62.90 KiB
lib\index.umd.js 589.21 KiB 130.72 KiB
lib\index.common.js 588.83 KiB 130.60 KiB
lib\index.css 6.22 KiB 1.41 KiB
Images and other types of assets omitted.
源码中未引入vue
、element-ui
、vue-router
, 这些包是在/example
中有一个环境引入的。
求解如何编译打包,不把elementui
之类的打包到lib中。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)