- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
所以我已经尝试安装readium云阅读器一段时间了。我遇到了一些问题,我修复了,我以为我安装正确,但我似乎无法让任何解压或压缩的 epub 工作。
以下是我遵循的安装说明:
npm install -g grunt-cli
从命令行运行:git clone https://github.com/readium/readium-js-viewer.git
从命令行运行cd readium-js-viewer
git submodule update --init --recursive
npm install
(在 readium-js-viewer 中目录)cd readium-js
npm install
(在readium-js 目录)此后,我将目录更改为父目录,然后运行 grunt 命令 grunt cloudReader
但出现错误,指出没有 grunt 文件。我认为运行最后一个 npm install 也会从 package.json 生成 grunt 文件。我查看了 npm 调试日志,但看不到任何有意义的错误消息。有人可以帮忙吗?
最佳答案
您需要使用 npm 运行命令,因为 grunt 不用作项目的任务运行程序。您可以在 package.json
的 scripts
属性中查看命令列表。
我按照 Git Initialisation 下的说明进行操作在存储库中并在本地启动并运行:
# replace "BRANCH_NAME" with e.g. "develop"
$ git clone --recursive -b BRANCH_NAME https://github.com/readium/readium-js-viewer.git readium-js-viewer
$ cd readium-js-viewer
$ git submodule update --init --recursive
$ git checkout BRANCH_NAME && git submodule foreach --recursive "git checkout BRANCH_NAME"
$ cd readium-js/ && npm update && cd ../ # had to update as some dependencies were missing
$ npm run http # launch the development server
不过,我不知道如何打包或添加内容。看起来 epub_library.opds
已以某种方式更新,epub_content
中的书籍出现在书架中。
关于node.js - 在 Ubuntu Web 服务器上安装 Readium Cloud Reader,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39071499/
我正在尝试构建一个 Web 应用程序来使用 readium js 阅读 epub,但问题是我找不到合适的示例。如果有人知道 javascript 或 C# 中的示例来实现相同的目的,请帮助我。 最佳答
我目前开始了与电子书相关的新项目。这是我在这种类型上的第一个项目。我需要集成 URMS SDK 和 Readium SDK 并同步这两个东西。我在 github 上找到了 Readium SDK,并将
所以我已经尝试安装readium云阅读器一段时间了。我遇到了一些问题,我修复了,我以为我安装正确,但我似乎无法让任何解压或压缩的 epub 工作。 以下是我遵循的安装说明: 安装 Node.js(详细
我是一名优秀的程序员,十分优秀!