This is application is purely a multi-bundle desktop demo app using Equo Framework and Vue.js.
This project shows off how you can create a modern multi-bundle desktop application with Equo Framework. It integrates the web-based Equo Editor widget in a desktop app. The other components (toolbar, treeview, etc.) were developed using Vue.js. Please go through the steps in CONTRIBUTING before submitting an issue.
- Download the Eclipse Installer from here.
- Open the installer and choose the option Eclipse IDE for Java Developers.
- Install Eclipse.
- Inside Eclipse, go to Help->Install New Software, and paste the following repo URL:
https://bndtools.jfrog.io/bndtools/update-latest
. Proceed with the installation of Bndtools and restart Eclipse if it asks for it. - Clone this project.
- Import
cnf
,com.equo.poc
, andcom.equo.widgets.shell
projects asExisting Projects into Workspace
. - Go to a terminal, and in the root folder of this project run:
./gradlew release
.
Once you have built the demo app, you can run it by opening the file com.equo.poc/bnd.bnd
and and running it.
- If you find some errors in Eclipse, try cleaning the workspace by going to
Project -> Clean...
. - If you need help, do not hesitate to join our Discord server.