猫鼬 猫鼬插件生成假模型数据 要求 NodeJS v6.5 + 安装 $ npm install --save @lykmapipo/mongoose-faker 用法 const mongoose = require ( 'mongoose' ) ; mongoose . plugin ( require ( 'mongoose-faker' ) ) ; const Schema = mongoose . Schema ; const UserSchema = new Schema ( { name : { type : String , fake : {