1. 首页
  2. 考试认证
  3. 其它
  4. Clementine Remote Web 基于Node.js的克莱门汀Web远程界面

Clementine Remote Web 基于Node.js的克莱门汀Web远程界面

上传者: 2024-10-27 07:44:45上传 ZIP文件 600.38KB 热度 16次

克莱门汀远程网络由Node.js提供支持,为Clementine提供便捷的Web界面

安装步骤

  1. 使用命令 npm install 安装依赖包。

  2. 使用 bower install 安装前端依赖。

运行:执行 node . 启动程序。

代码修改及编译

由于使用了Browserify,若需编辑client.js文件,您可以:

  1. 运行 grunt build 进行编译(请先安装grunt: npm install -g grunt-cli)。

  2. 启动 grunt watch,在文件更改时自动重新编译Browserify包。

用户评论