-
# Proposal: Support returning value synchronously for module methods
## Background
Now all module methods are asynchronous only and have no return value.
We have to switch all APIs into asyn…
-
## 目的
+ `html5` 这个文件夹名字不合理,万一以后有了 `HTML6` 呢?
+ `legacy` 名称容易导致误会。
+ 代码依赖关系有些乱,存在耦合。
+ 分拆子模块,打包到 npm。
## 任务
+ `legacy` 内部目录调整,减少依赖。
+ 使用 `process.env`。
+ 使报错信息更详细更人性化。
+ 整理打包脚本,输出多个 npm …
-
根据https://weex-project.io/cn/references/weex-variable.html
尝试获取platform,但是发现web端与移动端不一致
web端:weex.config.platform
移动端: weex.config.env.platform
劳烦解答
-
现在npm 中的weex-vue-render中,直接包含了一个全局weex,无法在webpack中模块化工作!!!
-
Hi there,
The Apache Software Foundation Legal Affairs Committee [has announced][1] that the so-called 'Facebook BSD+Patents License' is no longer allowed to be used as a direct dependency in Apach…
-
多个vue文件build之后会生成一个js文件,但是做页面跳转的时候需要url,那请问url怎么写呢?
-
## Help us to manage our issues by answering the following:
1. How would you tag this issue?
- Question
- Bug
- Discussion
- Feature request
- Tip
- Enhancement
- Performance…
-
weex-html5在Rax中无法使用。
.
-
编写了一个vue插件router.js:
```javascript
export function install(Vue,{routes,weex}){
const navigator=weex.requireModule('navigator');
Object.defineProperty(Vue.prototype, "$router", {
v…
-
我研读了hackernews的代码,如果使用了vue+vuex+router的话,其实app就是个单页应用,weex instance实例只有一个,不知道我这么理解是否正确。