二开代码如何引入到项目中 #6179
Unanswered
xujiajun5175
asked this question in
Q&A
二开代码如何引入到项目中
#6179
Replies: 1 comment
-
为什么不直接在项目中安装 naive-ui 的 npm 包 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.下载了最新的zip代码包,然后正常pnpm install && pnpm build:package 但是遇到打包错误 issue:6178
2.dist只生成了4个js文件
3.打包成tar.gz 在项目中引入
4.会显示引入缺少package.json。以及找不到对应的路径。
这个具体要怎么做?
Beta Was this translation helpful? Give feedback.
All reactions