2.0.10 • Published 5 years ago

deskrt v2.0.10

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

DeskRT

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

Quickly and easily create a beautiful console interface.

Installation

Simply download and include with a script tag. DeskRT will be registered as a global variable.

Don’t use the minified version during development. You will miss out on all the nice warnings for common mistakes!

Development Version

<script src="dist/loader.js"></script>

Production Version

<script src="dist/loader.min.js"></script>

CDN (recommend)

Recommended: https://cdn.jsdelivr.net/npm/deskrt@2.0.1/dist/loader.min.js (Less than 3kb minified and gzipped), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at https://cdn.jsdelivr.net/npm/deskrt/.

Also available on unpkg.

For example:

<script src="https://cdn.jsdelivr.net/npm/deskrt@2.0.1/dist/loader.js"></script>

NPM

You can install directly using NPM:

$ npm i deskrt --save

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

$ npm i deskrt@dev --save

Note

DeskRT demand loading SystemJS, Vue, Vuex, highlight.js, whatwg-fetch and ElementUI, but DO NOT reference these JS and CSS files. DeskRT will automatically reference. You only need to reference "loader.js".

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.

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago