29s-api 中文文档教程
29s-api
在不到 29 秒的时间内构建一个简单的 API 服务器。 如果您有 30 秒的时间,您可能想尝试一些更智能的东西,例如 typicode/json-server。
Usage
- Install
npm install -S 29s-api
# or
yarn add 29s-api
- Add script to package.json
{
// ...
"scripts": {
"start": "29s-api"
},
// ...
}
Parameters
请参阅 29-api --help
29s-api
Build a simple API server in less than 29 seconds. If you have 30 seconds, you might want to try something smarter like typicode/json-server.
Usage
- Install
npm install -S 29s-api
# or
yarn add 29s-api
- Add script to package.json
{
// ...
"scripts": {
"start": "29s-api"
},
// ...
}
Parameters
See 29-api --help