judgejs
Version:
A lightweight vanilla JavaScript library for judging
41 lines (27 loc) • 680 B
Markdown
# Overview
A lightweight vanilla JavaScript library for judging.https://tonicdev.com/trigkit4/judgejs
[](https://badge.fury.io/js/judgejs)


# Features
- 没有任何依赖
- 支持 `AMD` & `CommonJS`
- 支持typescript
- 轻量级(10kb)
## Quick Start
```js
$ yarn
// unit test
$ npm test
```
>使用`npm`安装`judgejs`:
```js
$ npm install judgejs
// or yarn
$ yarn add judgejs
```
>使用`bower` 安装`judgejs`
```js
$ bower install judgejs
```
#### API: https://hawx1993.github.io/judge/#/