ClickGo


Quickly and easily create a beautiful console interface.
Installation
Load the module loader first, and then load it using the module loader.
index.html
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.4.1/dist/loader.min.js?path=index&npm={'clickgo':'3.0.7-dev8'}"></script>
index.js
import * as clickgo from 'clickgo';
(async function() {
await clickgo.init();
await clickgo.task.run('xxx');
})().catch((e) => {
console.log(e);
});
NPM
You can install directly using NPM:
$ npm i clickgo --save
Or install the developing (unstable) version for newest features:
$ npm i clickgo@dev --save
Note
ClickGo demand loading Vue, jszip, resize-observer, but DO NOT reference these JS and CSS files. ClickGo will automatically reference. You only need to import "clickgo" module.
Demo
Clone and visit "dist/test/index.html".
Click here to visit online.
Changelog
Changelog
License
This library is published under Apache-2.0 license.