Backend : java 1.8 이상 Frontend : node (14.15.1), npm (6.14.14)
openJDK : https://openjdk.java.net/install/
node.js : https://nodejs.org/ko/ ( 14.15.1 )
아래처럼 명령어를 입력하여 설치를 확인. 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/danbee-springboot-vuejs 또는 (or)
git clone https://github.com/danbeeai/danbee-springboot-vuejs
build.gradle 에 따라서 build Task 실행 build/libs 폴더에 danbee-springboot-vuejs.jar 실행파일 생성
java -Dserver.port=9000 -jar danbee-springboot-vuejs.jar
해당 경로로 이동 Go to project_path/src/chatui
cd project_path/src/chatui
패키지 설치 Install package.
npm install
개발 서버 실행 ( Backend 서버를 실행 시킨 상태에서 개발 - 9000 port ) Start development server
npm run dev
배포 파일 만들기 ( 빌드 - Backend static 으로 빌드됨 ) Build package ( make deploy file )
npm run build
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.