First commit
This commit is contained in:
1
platforms/hybrid/framework/configs/applications.js
Normal file
1
platforms/hybrid/framework/configs/applications.js
Normal file
File diff suppressed because one or more lines are too long
2
platforms/hybrid/framework/configs/config.js
Normal file
2
platforms/hybrid/framework/configs/config.js
Normal file
@@ -0,0 +1,2 @@
|
||||
var a = {"mode":"production","serverAddress":"localhost","ssl":false,"socketPort":5000,"port":3000,"maxClusters":1,"os":"Windows","device":"Pc","tint":"Light","syncClientID":0};
|
||||
export default a;
|
||||
1
platforms/hybrid/framework/configs/config.json
Normal file
1
platforms/hybrid/framework/configs/config.json
Normal file
@@ -0,0 +1 @@
|
||||
{"mode":"production","serverAddress":"localhost","ssl":false,"socketPort":5000,"port":3000,"maxClusters":1,"os":"Windows","device":"Pc","tint":"Light","syncClientID":0}
|
||||
1
platforms/hybrid/framework/configs/files.js
Normal file
1
platforms/hybrid/framework/configs/files.js
Normal file
File diff suppressed because one or more lines are too long
1
platforms/hybrid/framework/configs/randomString.json
Normal file
1
platforms/hybrid/framework/configs/randomString.json
Normal file
@@ -0,0 +1 @@
|
||||
0556
|
||||
54
platforms/hybrid/framework/development/index.html
Normal file
54
platforms/hybrid/framework/development/index.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<title>Unify</title>
|
||||
|
||||
<meta name="Description" content="An UnifyJS Application." class="metaDescription" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
|
||||
<base url="http://localhost:3000">
|
||||
|
||||
<script src="/client/index.js" type="module"></script>
|
||||
<script src="/assets/frameworks/chroma.js" ></script>
|
||||
<script src="/assets/frameworks/ace/src-noconflict/ace.js"></script>
|
||||
|
||||
<link href="/assets/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/css/preloader.css" rel="stylesheet">
|
||||
<link href="/assets/css/preloader2.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<div class="loadingBarPanel vertical-centered-box">
|
||||
|
||||
<div class="loader-circle"></div>
|
||||
<div class="loader-line-mask">
|
||||
<div class="loader-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
<svg class="circular" viewBox="25 25 50 50">
|
||||
<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"/>
|
||||
</svg>
|
||||
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
<!--<div class="preloader" ></div>-->
|
||||
<div id="application"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
39
platforms/hybrid/framework/production/index.html
Normal file
39
platforms/hybrid/framework/production/index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="Description" content="Unify is an Nodejs Framework, Designed to make advanced next generation interactive applications." class="metaDescription" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<script src="/assets/bundle.js" type="module"></script>
|
||||
<script src="/3rdparty/chroma.js" ></script>
|
||||
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/css/preloader.css" rel="stylesheet">
|
||||
<link href="/assets/css/preloader2.css" rel="stylesheet">
|
||||
|
||||
<title>Unify</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="loadingBarPanel vertical-centered-box">
|
||||
|
||||
<div class="loader-circle"></div>
|
||||
<div class="loader-line-mask">
|
||||
<div class="loader-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="application" >
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
0
platforms/hybrid/framework/server/package.json
Normal file
0
platforms/hybrid/framework/server/package.json
Normal file
Reference in New Issue
Block a user