Build web and native apps using HTML + CSS.
The app compiles into a single .cga file, running in the web or natively via ClickGo Native. Build image editors, database tools, file browsers, or admin dashboards—all with ease.
You'll need the ClickGo Compiler to compile the "app" folder into a .cga file. Then compile the entry file and reference it in the browser.
index.html
<script type="module" src="index.pack.js"></script>index.js
import * as clickgo from 'clickgo';
class Boot extends clickgo.AbstractBoot {
public async main(): Promise<void> {
await clickgo.task.run(this._sysId, 'xxx.cga');
}
}
clickgo.launcher(new Boot());Use TypeScript? Install via NPM for full IntelliSense support.
$ npm i clickgo --save-dev
$ npm i jszip --save-dev
$ npm i vue --save-devClickGo auto-loads Vue, jszip. Don't include them manually.
Clone and visit "dist/test/index.html".
This library is published under Apache-2.0 license.
Empty icons created by Ghozi Muhtarom - Flaticon
Empty icons created by Ghozi Muhtarom - Flaticon
No photo icons created by kerismaker - Flaticon
Identity icons created by Ghozi Muhtarom - Flaticon
Truck icons created by Freepik - Flaticon
Minus SVG Vector
Copy SVG Vector
Border Radius SVG Vector
Close SVG Vector
Play SVG Vector
Pause SVG Vector
Border Radius SVG Vector
Copy SVG Vector
Play SVG Vector
Pause SVG Vector
Border Radius SVG Vector
Copy SVG Vector
Speaker 2 SVG Vector
Speaker Cross SVG Vector
Siderbar SVG Vector
Sort By Alphabet SVG Vector
Notification Unread Lines SVG
Bolt SVG Vector
Question Circle SVG Vector
Info Circle SVG Vector
Copy SVG Vector
Scissors SVG Vector
Paste SVG Vector
Sun 2 SVG Vector
Moon SVG Vector
Cpu Bolt SVG Vector
Key SVG Vector
Videocamera Record SVG Vector
Keyboard SVG Vector
Eye Slash Alt SVG
Eye Alt SVG Vector
Refresh Cw SVG Vector
Folder SVG Vector
File SVG Vector
Bold SVG Vector
Italic SVG Vector


