Framework used to develop the new windows azure management portal?

你离开我真会死。 提交于 2019-12-10 02:48:45

问题


Does anyone know what framework microsoft used to develop the metro like web management portal on windows azure. If so. Is it available to developers?


回答1:


I posed the same question and got a lot of hate for it. The winning answer is the Metro UI Pack. It does a lot of what they do in Azure, but you'd have to implement the rest yourself.




回答2:


The CSS is probably custom, but the portal uses a few open source libraries for the javascript part:

  • jquery-1.7.1
  • jquery-ui
  • jsObservable
  • JsRender
  • JsViews
  • jquery.event.drag



回答3:


You can take a look at this codepen: https://codepen.io/utillity/project/editor/ArjgLa

It's basically a cascade of flexboxes.



回答4:


Microsoft probably did not use this framework, but you might try jq-metro



来源:https://stackoverflow.com/questions/11118022/framework-used-to-develop-the-new-windows-azure-management-portal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!