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
- Host: GitHub
- URL: https://github.com/zuiidea/api-mock
- Owner: zuiidea
- Created: 2017-03-17T11:46:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T08:12:15.000Z (over 8 years ago)
- Last Synced: 2024-12-29T05:43:29.133Z (6 months ago)
- Topics: egg, mock
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` 来做代码风格检查。