# chatbot-web **Repository Path**: YetFever/chatbot-web ## Basic Information - **Project Name**: chatbot-web - **Description**: chatbot-web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-03 - **Last Updated**: 2023-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chatbot-web ## 技术栈 - 编程语言:[TypeScript 4.x](https://www.typescriptlang.org/zh/) + [JavaScript](https://www.javascript.com/) - 构建工具:[Vite 2.x](https://cn.vitejs.dev/) - 前端框架:[Vue 3.x](https://v3.cn.vuejs.org/) - 路由工具:[Vue Router 4.x](https://next.router.vuejs.org/zh/index.html) - 状态管理:[Vuex 4.x](https://next.vuex.vuejs.org/) - UI 框架:[Naive UI 2.34.3](https://www.naiveui.com) - CSS 预编译:[Sass](https://sass.bootcss.com/documentation) - HTTP 工具:[Axios](https://axios-http.com/) - 代码规范:[EditorConfig](http://editorconfig.org) + [Prettier](https://prettier.io/) + [ESLint](https://eslint.org/) + [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript#translation) - 提交规范:[Commitizen](http://commitizen.github.io/cz-cli/) + [Commitlint](https://commitlint.js.org/#/) ## 快速开始 ### 安装依赖 ```sh npm install # or yarn add ``` ### 启动项目 ```sh npm run dev ``` ### 项目打包 ```sh npm run build ```