vue-element
vue-element copied to clipboard
When will vue-element support vue 2.0 ?
Is there a timeline or a list of what needs to be done for vue-element to be supported in vue 2.0
Up. Vue is still better solution for Custom Elements than Web Components itself.
Any comments on this question ?
Here is vue-element with support for 1.0 and 2.0 by @karol-f, currently not merged to master branch. PULL REQUEST https://github.com/vuejs/vue-element/pull/9
To clone this version type following commands:
git clone https://github.com/vuejs/vue-element.git
cd vue-element
git fetch origin pull/9/head:KAROL
git checkout KAROL
He's done a lot of good work in there.