@4geit/swg-chance-user-helper 中文文档教程
@4geit/swg-chance-user-helper
机会 mixin 根据 AccountModel 定义生成虚假用户数据
Installation
- A recommended way to install @4geit/swg-chance-user-helper is through npm package manager using the following command:
npm i @4geit/swg-chance-user-helper --save
或使用 yarn
使用以下命令:
yarn add @4geit/swg-chance-user-helper
- All you have to do is to import the
@4geit/swg-chance-user-helper
package in your controller or mock file as below:
// ...
const swgChanceUserHelper = require('@4geit/swg-chance-user-helper');
// ...
并将其与您的端点控制器之一一起使用,如下所示:
// ...
module.exports = {
// ...
getItems: swgChanceUserHelper(
(req, res) => {
// ...
}
),
// ...
};
@4geit/swg-chance-user-helper
chance mixin to generate fake user data based on AccountModel definition
Installation
- A recommended way to install @4geit/swg-chance-user-helper is through npm package manager using the following command:
npm i @4geit/swg-chance-user-helper --save
Or use yarn
using the following command:
yarn add @4geit/swg-chance-user-helper
- All you have to do is to import the
@4geit/swg-chance-user-helper
package in your controller or mock file as below:
// ...
const swgChanceUserHelper = require('@4geit/swg-chance-user-helper');
// ...
And use it with one of your endpoint controller as below:
// ...
module.exports = {
// ...
getItems: swgChanceUserHelper(
(req, res) => {
// ...
}
),
// ...
};
更多
你可能也喜欢
- 3f335bcfd286030b4771414e30b0582c84dc12000efa5ad019765ec55339860d 中文文档教程
- 8f5e00f2f2da6631fe417993a818efe6 中文文档教程
- @01ht/ht-api-helper-functions 中文文档教程
- @0ti.me/postgres-db-versioning 中文文档教程
- @0xkilo/sdk 中文文档教程
- @2003scape/rsc-server 中文文档教程
- @36node/event-sdk 中文文档教程
- @4geit/swg-event-model 中文文档教程
- @6pm/tuple 中文文档教程
- @_wjw_/test12345 中文文档教程