0

I want to know can i develop metro style windows 8 HTML5 application without windows8 OS installed ? I understand working on VS2012 , but Since it is web application i think it doesn't make sense to have the windows 8 OS installed. Please confirm if it is required, if not tell me how to make it work on windows7 and VS 2012

4

2 回答 2

3

Visual Studio 2012 要求文档说您可以在 Windows 7 SP1 上使用它。但是,您将无法开发/调试使用它开发的 HTML5 应用程序,因为 Windows 8 HTML5 应用程序不是简单的 Web 应用程序,它们运行在 Windows 7 上不可用的 WinRT 运行时之上。因此,开发/为 Windows 8 调试 HTML5 应用程序,您需要在 Windows 8 机器上安装 VS2012。如果您正在考虑开发常规 HTML5 Web 应用程序(将在浏览器中使用而不是作为 Windows 8 应用程序,那么您应该能够使用 Windows 7 SP1 作为主机来执行此操作。

于 2012-08-23T00:35:43.913 回答
1

请参阅让我们了解有关您的应用程序的更多信息。

在带有 HTML5/JavaScript 和 CSS3 的 W8 Metro Style Apps 中,您可以制作出色的应用程序,就像 Cut The Rope 一样。

使用 HTML 5 /JS/CSS3 制作网站不需要您选择 Windows Store App 选项,因为它仅用于创建稍后上传到 Windows 商店的应用程序,而网站将上传到服务器上

于 2012-11-28T17:17:26.333 回答