Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究是否可以使用 Metro UI CSS 框架来开发 Windows 8 应用程序。我知道我可以拥有所需的 CSS,但我认为它基于引导框架,所以我不确定它是否兼容?
我忘了包含它的链接:http: //metroui.org.ua/
如果您在本地使用所有东西,我看不出它不起作用的原因。只要确保添加了他们需要的所有引用(css 和 js)。
<link rel="stylesheet" href="css/metro-bootstrap.css"> <script src="js/jquery/jquery.min.js"></script> <script src="js/jquery/jquery.widget.min.js"></script> <script src="js/metro/metro.min.js"></script>