Client-side application to convert .docx files to .odt files. Developed by using VueJS + Electron. Аt the moment only Russian language inside app is available, more languages will be added soon.
To build the project follow simple steps:
- Make sure that NodeJS and npm installed.
- Install VueCLI and VueJS.
- Install
package.json
dependencies by typingnpm install
- Build app
npm run electron:build
- Edit app
npm run electron:serve
To run this app correctly you will need to download Convert-me-server repository and bound by the provisions of repository.