jams777 / chat-example

Danbee.Ai 에서 챗봇을 만든 후 웹페이지에 삽입할 예제 코드

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Node

node.js : https://nodejs.org/ko/

In command, check node installed success

node -v

Install npm

npm install npm@latest -g

In command, check npm installed success

npm -v

clone project

git clone https://github.com/danbeeai/chat-example.git

Install package

cd project_path

project_path$ npm install

Run dev server

npm run dev

Run build

npm run build

챗봇 변경

index.html 에 챗봇아이디, 이름, 이미지 변경

About

Danbee.Ai 에서 챗봇을 만든 후 웹페이지에 삽입할 예제 코드


Languages

Language:Vue 71.7%Language:HTML 24.1%Language:JavaScript 4.1%