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

感谢您的分享,关于打包和在线调试的疑问 盼复 #12

Open
JGS0601 opened this issue Aug 31, 2017 · 4 comments
Open

感谢您的分享,关于打包和在线调试的疑问 盼复 #12

JGS0601 opened this issue Aug 31, 2017 · 4 comments

Comments

@JGS0601
Copy link

JGS0601 commented Aug 31, 2017

非常感谢您的分享,受益匪浅。
现在build之后生成dist文件夹,然后把dist文件夹里的文件复制到hbuilder项目目录下打包,但此时dist内的文件基本已经不能编辑了,请问怎么能够在hbuilder中在线调试呢,困扰很久,非常感谢~

@yujinjin
Copy link
Owner

@JGS0601 你说的这种情况是把文件打包到本地app里作为资源,其实一般情况下都是通过http访问的。当然本项目给出的示例就是打包的app里。
调试模式dcloud给的文档已经很详细了,在线调试其实就只直接访问一个http的站点模式,而对于本地调试模式通过配置manifest.json文件里的页面引用关系来做到要复制那些文件的,webpack的本地调试模式下会自动监控你修改的文件重新打包到dist文件夹里,而hbuilder也是同理。

@JGS0601
Copy link
Author

JGS0601 commented Aug 31, 2017

非常感谢 但我确实还有不少疑问 不知能否有幸留个联系方式加个好友 再更细致交流交流

@JGS0601
Copy link
Author

JGS0601 commented Aug 31, 2017

请问您是用的vue-cli生成的项目还是在hbuilder中“新建移动APP”生成的项目呢?

@yujinjin
Copy link
Owner

没用vue提供的vue-cli,自己构建的。
hbuilder构建的“新建移动APP”项目其实也只是帮你生成了manifest.json配置文件而已。

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