We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
感谢大大的无私奉献! 我想使用vue-cli来做一个Hybrid App,所以需要:本地打开dist文件夹下的index.html文件进行预览。 但是出现了字体引用路径错误的问题,已经修改了config/index.js文件下的assetsPublicPath: '/'为assetsPublicPath: './',但是还是无效,出现以下错误。 请问我该如何设置?谢谢指导~
dist
index.html
config/index.js
assetsPublicPath: '/'
assetsPublicPath: './'
The text was updated successfully, but these errors were encountered:
请阅读运行 npm run build 之后的提示,下次请将类似问题提到 stackoverflow 或者相应的 repo 里。
npm run build
Sorry, something went wrong.
No branches or pull requests
感谢大大的无私奉献!
我想使用vue-cli来做一个Hybrid App,所以需要:本地打开
dist
文件夹下的index.html
文件进行预览。但是出现了字体引用路径错误的问题,已经修改了
config/index.js
文件下的assetsPublicPath: '/'
为assetsPublicPath: './'
,但是还是无效,出现以下错误。请问我该如何设置?谢谢指导~
The text was updated successfully, but these errors were encountered: