documentServerUrl="http://documentserver/"
:config="config"
:events_onDocumentReady="onDocumentReady"
:onLoadComponentError="onLoadComponentError"
将以下行替换为您自己的数据:
"http://documentserver/"
- 替换为您的服务器的 URL;
"https://example.com/url-to-example-document.docx"
- 替换为您的文件的 URL;
"https://example.com/url-to-callback.ashx"
- 替换为您的回调 URL(这是保存功能正常工作所必需的)。
使用 Vue 开发服务器测试应用程序:
要启动开发服务器,请导航到
onlyoffice-vue-demo
目录并运行:
npm run dev
要停止开发服务器,请选择命令行或命令提示符,然后按
Ctrl+C
。
"documentServerUrl": "http://documentserver/";
其中
documentserver
是安装了
ONLYOFFICE 文档
的服务器的名称。
使用以下命令生成Storybook:
npm run build-storybook
启动Storybook:
npm run storybook