score-board-server:项目计分板的服务器实施

时间:2024-06-04 08:19:42
【文件属性】:

文件名称:score-board-server:项目计分板的服务器实施

文件大小:65KB

文件格式:ZIP

更新时间:2024-06-04 08:19:42

JavaScript

计分板服务器是计分板项目的服务器( )。 您可以使用没有后端的计分板,但是拥有后端可以使从UI添加分数变得更加容易。 用法 最简单的设置 只需通过运行score-board-server命令即可启动Score Board Server。 这是一个设置示例: # install score-board-server globally npm install -g score-board-server # write a configuration file (see "configuration" section below) vim config.json # start the server score-board-server 替代设置 您可能不希望在全球范围内安装项目,在这种情况下,您可以执行以下操作: # initialize a npm project and ins


【文件预览】:
score-board-server-master
----webpack.config.js(810B)
----src()
--------database()
--------index.ts(904B)
--------routes.ts(3KB)
--------core()
--------template.ts(439B)
----tsconfig.json(371B)
----LICENSE(1KB)
----build()
--------index.js(24KB)
----tslint.json(739B)
----README.md(2KB)
----.gitignore(60B)
----bin()
--------score-board-server.js(84B)
----package-lock.json(254KB)
----package.json(1KB)

网友评论