node.js : https://nodejs.org/ko/ ( 6.x, 8.x, 10.x, 12.x )
아래처럼 명령어를 입력하여 설치를 확인. In command, check node installed success
node -v
npm install npm@latest -g
아래처럼 명령어를 입력하여 설치를 확인. In command, check npm installed success
npm -v
다운로드 (Download) : https://github.com/danbeeai/chatui-example-vuejs 또는 (or)
해당 경로로 이동 Go to project_path
cd project_path
패키지 설치 Install package.
npm install
개발 서버 실행 Start development server
npm run dev
배포 파일 만들기 ( 빌드 ) Build package ( make deploy file )
npm run build
docker push danbeeinc/danbeeai-frogue:latest 또는 (or) 참고 https://github.com/danbeeai/docker-frogue-local.git
index.html 에 챗봇아이디, 이름, 이미지 변경 Change the chatbot ID, Name, Image in the file ( index.html )
Example Conde is licensed under the Apache License, Version 2.0. See LICENSE for full license text.
Copyright 2018 danbee Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.