essel-chatbot
v0.1.9
Published
Essel Chatbot package
Downloads
547
Readme
Essel ChatBot
Chatbot helps you to make professional job descriptions, resumes or answer different questions related to the Esseltalent project.
Technologies used:
- Vue 3
Packages:
Project Setup
# Test Locally
cp .env.example .env
npm run build
npm link
# In another project
npm link essel-chatbot
# When your package is imported into another project,
# the component can be used as follows:
import EsselChatBotApp from "essel-chatbot";
import "essel-chatbot/dist/essel-chatbot.css";
app.use(EsselChatBotApp, {
apiUrl: import.meta.env.VITE_ESSEL_CHAT_BOT_API_URL, // Pass the API URL
chatBotKey: import.meta.env.VITE_ESSEL_CHAT_BOT_KEY, // Pass the Chat Bot Key
})