weex-frame icon indicating copy to clipboard operation
weex-frame copied to clipboard

weex 基于vue2.0开发框架

Results 29 weex-frame issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/30041386/58615199-0e487380-82ed-11e9-99bf-9aca6032dab1.png)

entry.js:1276 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. found in ---> at /Users/yinshipeng/Documents/workspace/github/weex-frame/src/views/mine/app.vue at /Users/yinshipeng/Documents/workspace/github/weex-frame/src/App.web.vue

webpack.config.js的18行后需要判断如果是windows平台要加上 relativePath = relativePath.replace(/\\/g, '\\\\'); 不然在windows系统上编译会产生路径错误 ![tim 20180208170936](https://user-images.githubusercontent.com/22889981/35964496-de7413c4-0cf2-11e8-97ee-e6fe9e41d25f.png) 另外全剧组件加载有问题 ![tim 20180208171117](https://user-images.githubusercontent.com/22889981/35964582-2102ab92-0cf3-11e8-8fdd-02f01ef4c93b.png)

![1515059192](https://user-images.githubusercontent.com/22808934/34558051-7133ed0c-f177-11e7-9039-00b40d61793b.png) ![1515059202](https://user-images.githubusercontent.com/22808934/34558059-7a4fcd66-f177-11e7-82fc-f2918a8fd321.png) ![qq 20180104174619](https://user-images.githubusercontent.com/22808934/34558083-83137006-f177-11e7-90eb-0e27bbd5796d.png)

您好,下载了项目,执行完npm run build之后,提示错误: ERROR in ./src/entry/App.js?entry=true Module not found: Error: Cannot resolve module '..App.vue' in F:\linkpal\weexProject\weex-frame-master\src\entry @ ./src/entry/App.js?entry=true 8:12-33 ERROR in ./src/entry/components/osc-navbar.js?entry=true Module not found: Error: Cannot resolve module '....componentsosc-navbar.vue'...

手机app显示正常,web端运行起来只显示下面的tabbar,内容空白是为什么啊?