## Run Mock

```shell
$ npm run mock
```

## Run Dev

```shell
$ npm run dev
```

## Run test

```shell
$ npm test
```

## Build

```shell
$ npm run build_online
```