This commit is contained in:
Namhyeon Go 2020-07-21 03:58:02 +09:00
commit f414895df4

View File

@ -1,9 +1,13 @@
# welsonjs
WelsonJS - Build a windows desktop apps ultra-fastly with WSH.js and HTA (Javascript on Windows Scripting Host, Microsoft JScript, wsh-js, alternative to ElectronJS)
WelsonJS - Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA
## Structure
![Structure of WelsonJS](app/assets/img/structure.png)
## Specifications
- ES5(ECMAScript 5), ES6(ECMAScript 6) compatibility with [es5-shim](https://github.com/es-shims/es5-shim) and [es6-shim](https://github.com/es-shims/es5-shim)
- HTML5 compatibility with [html5shiv](https://github.com/aFarkas/html5shiv) and [jquery-html5-placeholder-shim](https://github.com/jcampbell1/jquery-html5-placeholder-shim)
## Included libraries
- lib/std (Standard library)
- lib/system (System library)