Article Editor has Vue Component you can see how it works and download from GitHub.
Article Editor is not a desktop app. This is a web content creation application that should be installed on your website.
So, first, you need to purchase Article Editor and download it from our site, then you can proceed with the installation.
Installing Article Editor is very simple. You need to connect the CSS file editor between the head tag and the JS file before the closed body tag.
Here is a complete code example of how a page with a connected Article may look.
Make sure that you specify the correct paths to the editor files, depending on the directory in which they are located.
Also, editing in Article works inside iframe, so the editor must know where the style files are. That is why Article always runs with a css setting that indicates the path to content styles and to edit control styles. See more about this setting
In the example above, you can see that the JS file of the editor is connected to the closed tag body, but of course you can include the JS file in thehead tag, just like the CSS file of the editor. In this case, call the Editor after the DOM content loaded, for example, like this: