-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgetting-started.html
More file actions
34 lines (30 loc) · 4.74 KB
/
getting-started.html
File metadata and controls
34 lines (30 loc) · 4.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html><html lang="en"><head><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><title>Getting Started with UGUI - Tutorial</title><meta charset="UTF-8"/><meta name="description" content="UGUI gives a face to the command line, and that face is HTML, CSS, and JavaScript"/><meta name="keywords" content="UGUI, Universal GUI, Universal Graphical User Interface, Command Line Interface, CLI, terminal, command prompt, dos prompt, node-webkit, nwjs, desktop application, web technology, easy, fast, development, dev tools, cross-platform"/><meta http-equiv="Expires" content="0"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="subject" content="Software Development"/><meta name="copyright" content="Jared Wilcurt"/><meta name="language" content="EN"/><meta name="robots" content="index,follow"/><meta name="rating" content="General"/><meta name="HandheldFriendly" content="True"/><meta http-equiv="cleartype" content="on"/><meta name="application-name" content="UGUI"/><meta name="msapplication-navbutton-color" content="#FFFFFF"/><meta name="msapplication-TileColor" content="#FFFFFF"/><meta name="msapplication-square70x70logo" content="../_img/meta/mstile01sm.png"/><meta name="msapplication-square150x150logo" content="../_img/meta/mstile02md.png"/><meta name="msapplication-wide310x150logo" content="../_img/meta/mstile03wd.png"/><meta name="msapplication-square310x310logo" content="../_img/meta/mstile04lg.png"/><meta name="apple-mobile-web-app-title" content="UGUI"/><meta name="apple-mobile-web-app-capable" content="no"/><meta name="apple-touch-fullscreen" content="no"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><link rel="apple-touch-icon" href="../_img/meta/apl-57.png" type="image/png" sizes="57x57"/><link rel="apple-touch-icon-precomposed" href="../_img/meta/apl-57.png" type="image/png" sizes="57x57"/><link rel="apple-touch-icon" href="../_img/meta/apl-72.png" type="image/png" sizes="72x72"/><link rel="apple-touch-icon-precomposed" href="../_img/meta/apl-72.png" type="image/png" sizes="72x72"/><link rel="apple-touch-icon" href="../_img/meta/apl-114.png" type="image/png" sizes="114x114"/><link rel="apple-touch-icon-precomposed" href="../_img/meta/apl-114.png" type="image/png" sizes="114x114"/><link rel="apple-touch-icon" href="../_img/meta/apl-144.png" type="image/png" sizes="144x144"/><link rel="apple-touch-icon-precomposed" href="../_img/meta/apl-144.png" type="image/png" sizes="144x144"/><link rel="apple-touch-startup-image" href="../_img/meta/apl-str.png" type="image/png"/><link rel="fluid-icon" href="../_img/meta/fluid.png" type="image/png"/><link rel="icon" href="../favicon.ico" type="image/x-icon"/><link rel="shortcut icon" href="../favicon.ico" type="image/ico"/><link rel="stylesheet" href="../_style/style.css" type="text/css"/><script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.3.min.js"></script><script>window.jQuery||document.write('<script src="/_scripts/jquery-2.1.3.min.js"><\/script>');$(document).ready(function(){$.get("/_markup/nav.html",function(n){$("body").prepend(n)})});</script></head><body class="dawn"><table class="t"><tr><td><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/afyo5InHRZM?rel=0" frameborder="0" allowfullscreen></iframe>
<h3>Getting Started with UGUI (on Windows)</h3>
<div class="instructions">
<strong>If you have Node.js installed:</strong>
<ol>
<li>Download <a href="https://github.com/UniversalGUI/UGUI/releases">UGUI</a></li>
<li>Unzip the download.</li>
<li>Run <code>npm install</code></li>
<li>Run <code>npm start</code></li>
<li>Basic app settings are controlled by <a href="../docs/package.htm">package.json</a></li>
<li>Edit the <code>index.htm</code> to design your app</li>
</ol>
</div>
<div class="instructions">
<strong>If you don't have Node.js installed:</strong>
<ol>
<li>Download <a href="http://nwjs.io">NW.js</a></li>
<li>Download <a href="https://github.com/UniversalGUI/UGUI/releases">UGUI</a></li>
<li>Unzip both, put the contents of the UGUI folder into the NW.js folder (so <code>package.json</code> is next to <code>nw.exe</code>)</li>
<li>Run <code>nw.exe</code></li>
<li>Basic app settings are controlled by <a href="../docs/packagejson.htm">package.json</a></li>
<li>Edit the <code>index.htm</code> to design your app</li>
</ol>
</div>
</td>
</tr>
</table>
</body>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-67786036-1','auto');ga('send','pageview');</script>
</html>