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
The text was updated successfully, but these errors were encountered:
话说这样折腾不推荐。暂时 vux-loader 没有选项可以修改 vux 组件库所在路径。
Sorry, something went wrong.
目前只能放到node_modules里是吧?我看你vux-loader里源码里面提供了options.vuxDev选项
if (hasPlugin('vux-ui', vuxConfig.plugins)) { let mapPath = path.resolve(vuxConfig.options.projectRoot, 'node_modules/vux/src/components/map.json') if (vuxConfig.options.vuxDev) { mapPath = path.resolve(vuxConfig.options.projectRoot, 'src/components/map.json') }
这里的起什么作用呢?
仅针对源码结构作路径修改,其他情况无法使用。
No branches or pull requests
The text was updated successfully, but these errors were encountered: