Skip to content
Advertisement

Create a chat plugin for HTML using VueJs

I have been working on a chat plugin for HTML using VueJs, the problem is that I don’t know how to create a plugin that can be used to deploy this plugin on any website.

Basically I want to make a GET request which gets the chat plugin into any website. EG: Facebook Messenger Chat Plugin

I have the build files for this chat view. What should be my next move?

Thanks in advance!

Advertisement

Answer

I solved this problem by building the VueJs file and removing the , , , from the built file and then importing it into any HTML file using:-

JavaScript

Don’t forget to replace all the links from the server and use express.static

JavaScript

And use CORS to let other pages import your HTML content.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement