DEV Community

Cover image for ONLYOFFICE Docs in frontend frameworks: React, Angular and Vue
Kseniya Fedoruk for ONLYOFFICE

Posted on

ONLYOFFICE Docs in frontend frameworks: React, Angular and Vue

ONLYOFFICE Docs can be integrated with some of the existing frontend frameworks using components. These components provide ready-to-use code modules, standardized frontend technologies, and reusable interface blocks making the process of building user interfaces faster and easier.

The framework components are available in the npm Registry:

To install the components from npm, run the following commands for the corresponding frameworks:

npm install --save @onlyoffice/document-editor-react

npm install --save @onlyoffice/document-editor-angular

npm install --save @onlyoffice/document-editor-vue

Installation using yarn command is also possible. Besides, there you will find all the needed instructions on usage and development.

Useful links

API on frontend frameworks

ONLYOFFICE Docs for developers

Latest API and Doc Builder updates

Top comments (1)

Collapse
 
afrowave profile image
Jimmy Gitonga

I have implemented this for a client and I can't imagine how adding it to these front end frameworks will be like. 😃