Windows 修改了webpack.config.js
contents = 'require(\'' + plugindir.replace(/\/g,'\\') + '\') \n';
才build成功,但是安装weex plugin add weex-amap
提示:
Error: Current working directory is not a weexpack project.
重新用 weexpack create 项目 copy源码跑起来了,但是还是报错:
vue.runtime.js:478 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Windows 修改了webpack.config.js contents = 'require(\'' + plugindir.replace(/\/g,'\\') + '\') \n';
才build成功,但是安装weex plugin add weex-amap 提示: Error: Current working directory is not a weexpack project.
重新用 weexpack create 项目 copy源码跑起来了,但是还是报错: vue.runtime.js:478 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.