Skip to content

The software developed with ClickGo will run in Windows, Mac OS, Linux.

License

Notifications You must be signed in to change notification settings

maiyun/clickgo-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickGo Native

ClickGo Native

npm version npm version npm version License GitHub issues GitHub Releases GitHub Pre-Releases

The software developed with ClickGo will run in Windows, Mac OS, Linux.

Installation

You can install directly using NPM:

$ npm i clickgo-native --save

Or install the developing (unstable) version for newest features:

$ npm i clickgo-native@dev --save

Node

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.

Changelog

Changelog

License

This library is published under Apache-2.0 license.

About

The software developed with ClickGo will run in Windows, Mac OS, Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published