# glass-easel

This is the core module of the glass-easel project.

Refer to the [glass-easel](https://github.com/wechat-miniprogram/glass-easel) project for further details.

## Build

`nodejs` toolchain should be globally installed.

Install dependencies and prepare environment:

```sh
npm install
npm run init-dev
```

Build:

```sh
npm run build
```

Build Doc:

```sh
npm run doc
```

Test:

```sh
npm test
```

Test coverage:

```sh
npm run coverage
```
