1.0.0 • Published 4 years ago

lemo-admin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

使用方法

初始化npm

npm init -y

安装Lemo-Admin

npm install lemo-admin --save

创建index.js

const lemo = require("lemo-admin")

// 参数1:数据库连接地址
// 参数2:执行后本地开启的端口
lemo("mongodb://localhost:27017/lemo", 3000)