Skip to content
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

想请问下,对于项目中,组件库并没有打包,但是可以通过 npm 引用,是否可以在vue中使用呢? #7

Open
cMing1997 opened this issue Oct 27, 2022 · 5 comments

Comments

@cMing1997
Copy link

场景:

  1. 我有一个业务组件库,是基于 yalc 和 nodemon 搭建的,但是由于某种原因,组件库并不具备打包成一个 js 的静态资源的能力
  2. 但是通过 npm publish 可以发布到 npm 私服上,也可以通过npm i 下载

疑惑&需求:

  1. 博主的这个库 是否支持 通过 npm 下载之后 在vuepress 里面的 使用 vue ?
@buuing
Copy link
Owner

buuing commented Oct 27, 2022

你的意思是说你这个库没有打包编译就发布的?

还是说你这个包无法打包umd模块或iife模块

@cMing1997
Copy link
Author

你的意思是说你这个库没有打包编译就发布的?

还是说你这个包无法打包umd模块或iife模块

没有编译打包就发布

@buuing
Copy link
Owner

buuing commented Oct 27, 2022

包里面用的是esm规范吗

@cMing1997
Copy link
Author

是的 ,类似于这种
image

@buuing
Copy link
Owner

buuing commented Oct 27, 2022

可以做, 但是目前还没支持, 因为公司业务最近比较忙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants