Clementine Remote Web 基于Node.js的克莱门汀Web远程界面
克莱门汀远程网络由Node.js提供支持,为Clementine提供便捷的Web界面。
安装步骤:
-
使用命令
npm install安装依赖包。 -
使用
bower install安装前端依赖。
运行:执行 node . 启动程序。
代码修改及编译:
由于使用了Browserify,若需编辑client.js文件,您可以:
-
运行
grunt build进行编译(请先安装grunt:npm install -g grunt-cli)。 -
启动
grunt watch,在文件更改时自动重新编译Browserify包。
下载地址
用户评论