clickgo-native
v1.0.4
Published
The software developed with ClickGo will run in Windows, Mac OS, Linux.
Downloads
78
Readme
ClickGo Native
The software developed with ClickGo will run in Windows, Mac OS, Linux.
Installation
You can install directly using NPM:
$ npm i clickgo-native --saveNode
import * as native from 'clickgo-native';
class Boot extends native.AbstractBoot {
public main(): void {
this.run('./index.html');
}
}
native.launcher(new Boot());Demo
Clone and npm run native.
License
This library is published under Apache-2.0 license.
