Element – A Vue 2.0-based component library for developers, designers and PMs
71–80 of 149 posts
Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#72It's a project by Ele.me, a Chinese food delivery company. Alibaba and Ant Financial invested $1.25B in it last year [2].
[1]https://ant.design/docs/react/introduce
[2]http://www.wsj.com/articles/alibaba-ant-financial-to-jointly...
Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#73Earlier quoted context omitted.
I would suggest Polymer. Web Standards based - has comprehensive library of elements and polymer itself is a tiny library. I've had very good experience with it - if you know html/JS you will feel at home. As for being "feature complete" - it has probably best implementation of material design elements and you can find a ton of other element on https://www.webcomponents.org/ . It is also interoperable with other solu…
Polymer is built for the world without Vue.js or React. They are slow and heavy weight compared to very very optimized DOM operations done by Vue.js or React. I think the time for Polymer is gone, and it is better to forget that it exists.
Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#74Don't want this to sound like bashing, but the website doesn't work very well on mobile (hover and active states act weirdly, menu very clumbersome, etc.), and I assume the same can be said about the toolkit. Hopefully this is an area the author(s) plan to work on. UPDATE: Just realised this is developed by a Chinese food delivery service ele.me (饿了么). I visited their website and found its developers made it complete…
unfortunately it's not, they even actively refuse PR that attempt to make components responsive
> Thanks for contributing, but Element is not for mobile web apps, so the changes here may seem a little weird. Maybe you can just override its CSS in your own project.
Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#75Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#76What does "eleme.io" even mean? How sad of state are we that everyone feels compelled to use these nonsense "io", "me", "to", etc. domains just because they are "hip".
Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#77Question for HN: I'm a systems developer and want to play a bit with frontend development (writing frontends for custom tools I built). What framework + feature-complete component library is recommended in 2017? React? Vue? Polymer? Plain JS with intercooler.js? I feel a bit overwhelmed.
I've been using Vue for a similar purpose this last week or two and I've found it very simple and easy to follow. I'd recommend that.
I find vue to be an amazing library, got started within a week
Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#78Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#79I have actually tried to use this to build an enterprise application. Here is what we found. * Most of the components they provide are very basic and does not actually require them to provide it. Couple of lines of wrapper on any CSS framework like bootstrap can make half of those components. * Most of the advanced components like DataGrid, DropDown Menus, etc are aither not available or buggy. You will get better su…
Re: Element – A Vue 2.0-based component library for developers, designers and PMs
#80For anyone looking for a lightweight responsive library, Bulma http://bulma.io/ is a great option. It pairs with Vue quite well since it's a CSS only library. Note: I'm not affiliated with them, just using them on my latest project.