如何为网站创建一个Windows应用商店应用? [英] How to create a windows store app for a website?

查看:107
本文介绍了如何为网站创建一个Windows应用商店应用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近开发了一个使用php,javascript和html的web应用程序并将其托管在购买的域上...

现在我想创建一个Windows应用商店应用程序可以从直接访问...

i发现windows商店应用程序只是html应用..所以我想创建一个应用程序,我会给我的网站全屏iframe ......

i不想下载visual studio并将它用于这个小应用程序。所以我怎么能用其他方式呢???

plz help

I have recently developed a web application using php, javascript and html and hosted it on a purchased domain...
now i want to create a windows store app from which my web app can be directly accessed...
i discovered that windows store apps are just html apps.. so i want to create a app where i will give a fullscreen iframe lodaing my website...
i do not want to download visual studio and use it for this small app. so how can i do it in some other way???
plz help

推荐答案

你收到了错误的信息,Windows Store 只是HTML应用程序,HTML(由JavaScript和CSS3支持)只是Windows的另一个API,您可以使用它来开发Windows运行时应用程序。您仍然可以使用DirectX / C ++或XAML / C#等开发应用程序。



其次,如果您要使用HTML5和JavaScript创建可从Web应用程序加载内容的应用程序,您将使用Visual Studio。 Visual Studio是唯一允许您执行此类任务的IDE,Visual Studio中也提供Windows Store SDK,还有许多其他因素可确保 Visual Studio是必须的



如果您想了解有关开发应用程序的更多信息,请读取此内容 [ ^ ]。虽然.NET框架已经开源,但我没有看到Windows Runtime会更快地开源。因此,您可以安装Visual Studio(Express版本)并在小应用程序项目完成后删除它。
You've been fed wrong information, Windows Store are not just HTML applications, HTML (backed by JavaScript and CSS3) is just another API by Windows, using which you can develop Windows Runtime applications. You still get to develop applications using DirectX/C++ or XAML/C# and so on.

Secondly, if you're going to use HTML5 and JavaScript to create the application which would load the contents from your web app, you are going to use Visual Studio. Visual Studio is the only IDE that is going to allow you to perform such tasks, also Windows Store SDK is available in Visual Studio and many other factors ensure that Visual Studio is a must!

If you want to learn more about developing apps, please read this[^]. Although .NET framework has been open sourced, but I don't see Windows Runtime would be open sourced any sooner. So instead of waiting, you can install Visual Studio (Express edition) and delete it once this small app project is complete.


这篇关于如何为网站创建一个Windows应用商店应用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆