Framework used to develop the new windows azure management portal?
Asked Answered
S

6

12

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?

Specialty answered 20/6, 2012 at 10:54 Comment(0)
H
7

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.

Hollands answered 5/2, 2013 at 17:54 Comment(1)
I was told by a friend works for DPE at MS that the classic portal was built on a custom framework that wouldn't go out. I was pointed to METRO UI PACK as the best way to emulate that look and feel. Now the new portal that is in beta is some sort of SPA framework but is obscured regarding its basis or origin.Specialty
S
1

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
Seductress answered 20/6, 2012 at 11:5 Comment(0)
H
1

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

It's basically a cascade of flexboxes.
Haviland answered 7/10, 2019 at 7:6 Comment(0)
A
0

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

Amine answered 21/6, 2012 at 9:30 Comment(0)
A
0

If you are looking for angular component library for Metro, it is here

Ascham answered 21/8, 2021 at 0:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.