clickgo
TypeScript icon, indicating that this package has built-in type declarations

3.15.42 • Public • Published

ClickGo

ClickGo

License NPM stable version GitHub releases GitHub issues

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.5.7/dist/loader.min.js?path=index&npm={'clickgo':'3.15.42'}"></script>

index.js

import * as clickgo from 'clickgo';
class Boot extends clickgo.AbstractBoot {
    public async main(): Promise<void> {
        await clickgo.task.run('xxx');
    }
}
clickgo.launcher(new Boot());

NPM

After installing with NPM, you'll get code hints.

$ npm i clickgo --save-dev

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.

Third-party licenses

Empty

Empty icons created by Ghozi Muhtarom - Flaticon

Greatlist

Empty icons created by Ghozi Muhtarom - Flaticon

Img

No photo icons created by kerismaker - Flaticon

LICENSE: MIT License AUTHOR: sigurdarson

Delete

Close SVG Vector

Tag

Close SVG Vector

Date

Close SVG Vector

Daterange

Close SVG Vector

Drawer

Close SVG Vector

Form

Minus SVG Vector
Copy SVG Vector
Border Radius SVG Vector
Close SVG Vector

Levelselect

Key Up SVG Vector

Menulist Item

Check SVG Vector

Nav

Menu SVG Vector

Page

More Horizontal SVG Vector

Arteditor

Plus SVG Vector

Uploader

Plus SVG Vector Trash SVG Vector

Video

Play SVG Vector
Pause SVG Vector
Border Radius SVG Vector
Copy SVG Vector

Select

Close SVG Vector

LICENSE: MIT License AUTHOR: developmentseed

Map

Marker SVG Vector

LICENSE: CC Attribution License AUTHOR: Solar Icons

Property

Siderbar SVG Vector
Sort By Alphabet SVG Vector
Notification Unread Lines SVG
Bolt SVG Vector

LICENSE: CC0 License UPLOADER: SVG Repo

Iconview

Folder SVG Vector
File SVG Vector

LICENSE: MIT License AUTHOR: instructure-ui

Arteditor

Bold SVG Vector
Italic SVG Vector

LICENSE: CC Attribution License AUTHOR: Dazzle UI

Text

Eye Slash Alt SVG
Eye Alt SVG Vector

/clickgo/

    Package Sidebar

    Install

    npm i clickgo

    Weekly Downloads

    230

    Version

    3.15.42

    License

    Apache-2.0

    Unpacked Size

    4.67 MB

    Total Files

    267

    Last publish

    Collaborators

    • hanguoshuai