# infoweaver-frontend **Repository Path**: shangruobing/infoweaver-frontend ## Basic Information - **Project Name**: infoweaver-frontend - **Description**: A chatbot project using Typescript and Vue. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2022-02-12 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, TypeScript ## README # infoweaver-frontend ## Introduction Infoweaver is a notice file chatbot based on the knowledge graph and BERT model. This repository stores the infoweaver frontend code, which is made with Vue.js and Element-Plus UI Library. ## Dependency - Vue.js 3.2.25 - TypeScript 4.6.2 - Element-Plus 2.0.1 - vue3-beautiful-chat 3.2.0 - docx-preview 0.1.8 ```bash # common commands npm install npm run dev npm run build ``` ## Get Started 1. Prepare the documents with docx format. 2. Lauch the Neo4j graph database. 3. Use the script to import file data into MySQL ane Neo4j. 4. Launch the Django web server. 5. Launch the Vite server.