-
Will Weex support CSS-Grid? The Web can expect this revolutionary layout solution very soon as it is already working behind the flags of all major browsers.
Having a quick look around I saw that Weex…
-
您好:
我们在用weex开发一个应用时,页面需要通过微信分享到朋友圈,分享出去后其实分享的是js的地址,那在浏览器里打开这个js是无法渲染的,这个问题应该怎么解决?谢谢!
-
伴随着weex的正式开源,对一款针对weex框架的简单易用的调试工具的呼声也日趋强烈。weex devtools就是为weex前端和native开发工程师服务的一款调试工具,可同时检查weex里DOM属性和Javascript 代码断点调试,支持IOS和Android两个平台。
Chrome devtools对于前端开发者来说最熟悉不过,有广泛的用户基础.weex devtools实现了[Chr…
-
我是按照http://www.jianshu.com/p/5d914fbac9ac将we集成到web的,但是打开localhost:8080出现了Cannot GET /undefined,本来想上传图片的,可是好像上传不了
![1](https://cloud.githubusercontent.com/assets/23288311/20672744/47b74c54-b5bd-11e6-8…
-
``` javascript
{{test1}}
{{test2}}
module.exports = {
created:function(){
this.test1 = new Date('2016-06-12').getTime();
this.test2 = new Date('2016.06.12').getTime(…
-
Sending a **verification url** to user's email is the old and traditional way to do verify/reset. But nowadays people use mobile phones or social network systems much more frequently than emails. Some…
-
当使用 `repeat="{{list}}"` 来遍历数组时,如果数组项不是对象,`$index` 会得到 `undefined` 或报错。
``` html
{{id($index)}}
module.exports = {
data: {
list: [
1, // u…
whwei updated
8 years ago
-
2016/07/06, 第八循环第五次, 总第四十期 -> @LukeXuan (由 @at15 代理)
投稿:
- [x] @at15
- [ ] @swaylq
- [x] @arrowrowe
- [x] @ComMouse
- [ ] @LukeXuan
-
我transfrom we文件之后,用weex -s ,访问的时候不能看到页面,而是具体文件,请问该如何处理
-
程序启动起来之后,只要一刷新就卡死?难道要看一次就要重启一次?用安卓playground扫描也一样不能刷新,且改动源码,页面并没有热更新。所有例子都一样,环境如下:
node : v6.2.0
npm : v3.8.9
win64
git : v2.9.2