UNPKG

@moveo-ai/web-widget

Version:

Client side library to load the moveo chat widget and connect it with your agent

42 lines (26 loc) 790 B
## Web Widget ![Node.js CI](https://github.com/moveo-ai/web-widget/workflows/Node.js%20CI/badge.svg) <blockquote>Moveo web widget integration</blockquote> ![](./widget.png) ## ⭐️ Features - Webpack 5 - Babel 7 - UMD exports - Jest unit testing ## 📦 Getting Started Clone the repo ``` git clone git@github.com:moveo-ai/web-widget.git ``` Install the dependencies ``` npm install ``` Run the application locally ``` npm start ``` A browser tab will open and changes to the code will refresh the tab. If your browser doen't open a tab automatically, you can manually go to: http://localhost:5000/ ## 🚀 Deployment 1. Automatic Releases thanks to Semantic Release. > **Note:** In this minimal version, any images and css files you import will be added to the js bundle.