我没有找到任何关于如何运行的教程,我读过他的apis和源代码,我得到了如何启动它,任何人都可以分享这个想法。
- WebODF version 0.5.10-8-gf5949f3
-- Found Java: /usr/bin/java (found version "1.7.0.91")
-- external downloads will be stored/expected in: /home/peoplelink/build/downloads
-- Installed Node.js found: /usr/bin/nodejs - 0.10.25
-- good Node.js found: 0.10.25 (0.10.5 required.)
-- npm found: /usr/bin/npm
-- Android was not found: APK will not be built.
JS file dependencies were updated.
-- Configuring done
-- Generating done
-- Build files have been written to:我知道了,但我不能进入webodf.js文件,我错过了任何东西。
发布于 2015-12-26 11:04:40
我不知道你现在有什么。但是,您可以使用node.js配置应用程序,以提供html文件和查看/编辑odf文件。
让我们从Node.js服务器开始
- ./ document-editor
- ../app (our html code and libraries)
- ../index.js
- ../package.json
- ../And some other auto-generated files.
注意*:在启动之前,请确保系统上安装了node.js功能。
现在让我们来看看我们是如何将webodf包含到应用程序中的。
- /app (our html code and libraries)
- ../index.html
- ../script
- ..wodotexteditor-0.5.9(folder)
- ..myScript.js
- ../styles
- ../images
- ../And some other files.
我希望这有助于开始使用node.js和webodf。我很快就会创建完整的应用程序,并使用webodf和node.js打开/编辑和保存特性。谢谢:)
https://stackoverflow.com/questions/34327721
复制相似问题