diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-12-24 23:17:41 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2019-12-24 23:17:41 +0100 |
commit | 825564a3183e502f012b33bfca8d63c10ac9fd8b (patch) | |
tree | c81163550282e96d55a3e57fa9a6cb14e30f4236 /manifoldJS/VS_project/Windows10-next-steps.md | |
parent | 2cdaf4da73c18d65417cc09bb5e7e3e20a0aa487 (diff) | |
download | hesla-825564a3183e502f012b33bfca8d63c10ac9fd8b.tar.gz |
Remove manifoldJS
Diffstat (limited to 'manifoldJS/VS_project/Windows10-next-steps.md')
-rw-r--r-- | manifoldJS/VS_project/Windows10-next-steps.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/manifoldJS/VS_project/Windows10-next-steps.md b/manifoldJS/VS_project/Windows10-next-steps.md deleted file mode 100644 index 9595910..0000000 --- a/manifoldJS/VS_project/Windows10-next-steps.md +++ /dev/null @@ -1,35 +0,0 @@ -# Test - Build - Submit - -## Test - -1. Your application uses the same rendering and JavaScript Engine as Microsoft Edge so most of you testing can be done on your website and in the browser.
- -2. To test your application on a device, download the ManifoldJS test harness from the Store, and follow the directions. _Coming soon!_
- -3. To test locally, in the folder for your app, type "ManifoldJS run windows". - -> **Note:** Looking for some debugging tools that work on all your platforms? Try [Vorlon.js](http://www.vorlonjs.com/). It makes mobile testing a breeze, and works inside the app ManifoldJS apps. - -## Build - -### With Visual Studio - -1. Download and install Visual Studio (community edition works fine) and open the source code folder.
- -2. Open the Project in Visual Studio.
- -3. Use the store commands from Visual Studio to create the app package. - -### With the Windows 10 SDK - -1. Download the [Windows 10 SDK](http://dev.windows.com/en-US/windows-10-developer-preview-tools) (must be running Windows 10 Technical preview).
- -2. Build with [these instructions](https://msdn.microsoft.com/en-us/library/windows/desktop/hh446767(v=vs.85).aspx) for MakeAppX. - -## Submit to Store - -1. Set up a Microsoft Developer account [here](http://dev.windows.com/en-us).
- -2. Reserve the name of your app.
- -3. Upload your appx package. |