An open API service indexing awesome lists of open source software.

https://github.com/zuiidea/api-mock

Creates a mock server based on egg and mockJs
https://github.com/zuiidea/api-mock

egg mock

Last synced: 4 months ago
JSON representation

Creates a mock server based on egg and mockJs

Awesome Lists containing this project

README

        

# api-mock

## API规范

推荐 [API规范](https://github.com/lmtdit/jsonapi)

### 本地开发

```bash
$ npm install
$ npm run dev
$ open http://localhost:7001/api/admin/order
```

### 内置指令

- 使用 `npm run lint` 来做代码风格检查。