文件名称:notifier2:Nextgen Wilma Plus通知程序
文件大小:45KB
文件格式:ZIP
更新时间:2024-03-28 22:18:11
TypeScript
Wilma Plus通知程序(v2) 下一代Wilma Plus通知程序 差异性 与语言趋势,node.js和打字稿一起发展 基本上可以做同一件事的不同方法,同时可以节省设备的电池电量和后台CPU使用率 如何建造 npm run build ,将打字稿构建为js npm run production ,将生产版本构建到文件夹dist npm run start ,构建,然后启动服务器 启动(调试) 将文件dbconfig.example.json复制到dbconfig.json并填写数据库凭据。 如果要启动调试服务器( npm run start ), .env文件config.debug.example.env复制到.env ,然后填写设置。 运行命令npm run start 启动(生产) 将文件dbconfig.example.json复制到dbconfig.json并
【文件预览】:
notifier2-master
----docs()
--------ENV.md(879B)
----package.json(1KB)
----tests()
--------testconfig.example.json(35B)
----tsconfig.production.json(209B)
----LICENSE(18KB)
----src()
--------client()
--------handlers()
--------routines()
--------worker()
--------config()
--------db()
--------tests()
--------asynciterator()
--------storage()
--------server.ts(5KB)
--------crypto()
--------utils()
----tsconfig.json(245B)
----.gitignore(149B)
----dbconfig.example.json(83B)
----config.debug.example.env(502B)
----README.md(1KB)