WebAppsDocs/en-US/win10/StorePublishing.md

57 строки
2.5 KiB
Markdown

---
layout: default
title: Windows Store Publication
permalink: /en-US/win10/StorePublishing.htm
lang: en-US
---
# Bring your web app to the Windows Store
There are a number of different ways you can bring your existing website or web app to the Windows Store as a [Hosted Web App](http://microsoftedge.github.io/WebAppsDocs/en-US/win10/HWA.htm) (HWA). Each have their own distinct advantages based on your content and development environment. Below is a list of our suggested options, outlining what you need to know and how to get started:
* [Visual Studio](#vs)
* [ManifoldJS](#manifold)
* [Chrome app conversion tool](#chrome)
* [App Studio](#appstudio)
### <a name="vs"></a>Visual Studio
This option will work best for you if...
1. You have an existing web app
2. You are developing on Windows 10
3. You have, or can install, Visual Studio 2015 Community or greater
4. You are looking for deep integration with the Windows platform
<a href="http://microsoftedge.github.io/WebAppsDocs/en-US/win10/CreateHWA.htm"><button>Get started now</button></a>
<iframe src="https://channel9.msdn.com/Blogs/One-Dev-Minute/Creating-Hosted-Web-Apps-with-Project-Westminster/player" width="560" height="315" allowFullScreen frameBorder="0"></iframe>
### <a name="manifold"></a>ManifoldJS
This option will work best for you if...
1. You have an existing web app
2. You are using a [W3C manifest](https://w3c.github.io/manifest/) in your web app
3. You are developing on any platform
4. You want to publish a cross-platform app, including iOS and Android
<a href="http://manifoldjs.com/"><button>Get started now</button></a>
<iframe src="https://channel9.msdn.com/Blogs/One-Dev-Minute/Publishing-a-UWP-Web-App-on-a-Mac-using-ManifoldJS/player" width="560" height="315" allowFullScreen frameBorder="0"></iframe>
### <a name="chrome"></a>Chrome app conversion tool
This option will work best for you if...
1. You have an existing web app targeting the Chrome web store
2. You are developing on any platform
<a href="https://github.com/MicrosoftEdge/hwa-cli"><button>Get started now</button></a>
### <a name="appstudio"></a>App Studio
This option will work best for you if...
1. You want to build a web app using an existing website
2. You are not as familiar with software development, including [command-line interfaces](https://en.wikipedia.org/wiki/Command-line_interface) (CLI) and [integrated development environments](https://en.wikipedia.org/wiki/Integrated_development_environment) (IDE)
<a href="http://appstudio.windows.com/"><button>Get started now</button></a>