What is a good Very-High level UI framework for JavaScript?

后端 未结 22 2238
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 17:20

I need to write a temporary Web-based graphical front-end for a custom server system. In this case performance and scalability aren\'t issues, since at most 10 people may ch

22条回答
  •  死守一世寂寞
    2020-12-07 17:46

    Qooxdoo is phenomenal. You can do mobile, web, and desktops with it. It abstracts away all the html and css. It's well-documented and OO. You can also use the same objects server- and client-side.

    http://qooxdoo.org/demos

提交回复
热议问题