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

exception function:createInstance, exception:Exception: Error: Cannot find module "..App.vue"

git clone下来项目之后npm install安装依赖,完成以后再运行npm run build就报错 **_# ERROR in ./src/utils/modules/navigator.js_** ERROR in # **./src/utils/modules/navigator.js** ERROR in # **./src/utils/api.js** ![snip20171021_2](https://user-images.githubusercontent.com/14001580/31850201-f42812be-b613-11e7-95ee-75fac56cb756.png)

项目中源码部分都是 unix风格 webpack.config.js 又是windows 风格 没冲突吗?

代码都好久没有更新了

![image](https://cloud.githubusercontent.com/assets/13654687/26234590/40de569a-3c98-11e7-84c6-6a6ea82001e6.png)

启动web页面打开是这样的: ![default](https://user-images.githubusercontent.com/17643052/30521560-1666f0e6-9bf4-11e7-8816-fc2dc871ddea.png) 请问可能是什么问题?

const globalEvent = weex.requireModule('globalEvent') export default { onCollectEvent() { return new Promise((resolve) => { globalEvent.addEventListener('collectEvent', event => { console.log('get geolocation', event) resolve() }) }) } } 调用这个方法提示 cannot read property...

我是刚接触weex,没有前端的经验;所以按照你的项目步鄹去部署;出现以下问题(因为我是小白,所以如果有解决办法是否能回答的详细点,万分感谢!): ERROR in ./src/entry.js Module build failed: TypeError: fileSystem.statSync is not a function at module.exports (/Users/ge-boox/Downloads/git_other/weex-frame/node_modules/babel-loader/lib/utils/exists.js:7:25) at find (/Users/ge-boox/Downloads/git_other/weex-frame/node_modules/babel-loader/lib/resolve-rc.js:13:9) at Object.module.exports (/Users/ge-boox/Downloads/git_other/weex-frame/node_modules/babel-loader/lib/index.js:113:132) ERROR in ./~/weex-vue-loader/lib/script-loader.js!./~/babel-loader/lib!./~/weex-vue-loader/lib/selector.js?type=script&index=0!./src/App.vue Module build failed: TypeError: fileSystem.statSync...

作者你好! ![image](https://user-images.githubusercontent.com/17565106/29597366-b6ff2e92-87f4-11e7-87a6-22c0b5aed9ba.png) 提示方法错误

执行 ./start 后浏览器能打开页面,但是下面app.weex.js不存在,dist目录下面没有这个文件,请求这个文件是怎么生成的? 文档里没有说明 http://192.168.199.138:8080/dist/app.weex.js