Once you've followed the process of Granting access to the dependencies you're able to install the Html-Editor by running the npm command:
npm i @oasis/html-editor
#or upgrade to the latest version
npm update @oasis/html-editor
After that, just go ahead import, and install the library in the main.js file of your project /src folder as follows:
import OasisAddonHtmlEditor from '@oasis/html-editor'
// You must pass the store as a parameter
Vue.use(OasisAddonHtmlEditor, { store });
IMPORTANT This library use @ocean/drive for use the image imports, You have to install you want to use this functionality