+1. I also think it's a good idea to remove render and framework folders.
But I will do it step by step.
(1). I have sent a PR (https://github.com/apache/incubator-weex/pull/955)
to remove all legacy .we examples.
(2). The next will be the legacy web-render and vue-render.
(3). And then, all sourc
Yes.. About that, I think we should have more discussion on not just
renders but all the js codes in 'html5' folder, because there may be other
legacy codes we might want to remove or archive.
Firstly, the codes in html5/render/ include three different web renderer.
They should be removed, but the
I noticed that the weex-vue-render have already been moved to
https://github.com/weexteam/weex-vue-render
So, I think the source code of it should be removed from the
[apache/incubator-weex] repo. I created an issue to track it:
https://issues.apache.org/jira/browse/WEEX-181
2017-12-19 23:42 GM
@Jonathan Dong, Great, Thanks ! I'll transfer it into weexteam group soon.
2017-12-19 19:04 GMT+08:00 Jonathan Dong :
> That is nice. I can help to create a repo in https://github.com/weexteam
> to host the codes here instead of using a personal github account.
>
> On 19 Dec 2017, 5:52 PM +0800,
That is nice. I can help to create a repo in https://github.com/weexteam to
host the codes here instead of using a personal github account.
On 19 Dec 2017, 5:52 PM +0800, He Sai , wrote:
I think it's better to separate it from this repo. It's more like a DSL
layer stuff, a
javascript framework to
I think it's better to separate it from this repo. It's more like a DSL
layer stuff, a
javascript framework to run the dot vue file on web platform, not a feature
of
weex SDK it self. Since the rax DSL framework is not included in this repo,
it's
more or less the same.
I have already created a new
The "weex-vue-render" is a component and module library for Vue.js. It
enables pages written in Weex + Vue to run on the Web platform. It can be
used to downgrade the weex native pages to web pages.
However, I think this package should separate from the incubator-weex repo.
Because it doesn't rel