Skip to content

maiyun/clickgo-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickGo Native

ClickGo Native

License NPM stable version GitHub releases GitHub issues

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

Installation

You can install directly using NPM:

$ npm i clickgo-native --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.

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