问题
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