# trusteeship_wx **Repository Path**: wangyunlong_1011/trusteeship_wx ## Basic Information - **Project Name**: trusteeship_wx - **Description**: 企业微信托管聊天系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-06-04 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 包管理工具:pnpm css 处理器: less 请求:alova 地址:https://alova.js.org/zh-CN/tutorial/client/strategy/ hooks: vueuse 地址:https://vueuse.org/core/useStorage/ 数据操作工具:lodash 地址:https://www.lodashjs.com/ ui: antd-vue 地址:https://www.antdv.com/components/icon-cn form 表单 ui 库:formilyjs 地址:https://antdv.formilyjs.org 代码校验规范:eslint-plugin-vue 地址: https://eslint.vuejs.org/ 文件夹结构 public 静态资源 src 源文件 --assets 静态资源 --components 组件 --pages 路由页面 --router 路由文件 --store 状态管理 --utils 工具类 --App.vue 入口 --main.ts 入口文件 tsconfig.json ts 配置文件 package.json 包管理文件 .gitignore git 忽略文件 README.md 项目说明 .prettierrc 代码格式化配置 index.html 入口文件 vite.config.ts vite 配置文件 关联工具 本地 mock 及 接口测试:工具apifox 需要下载。到本地 apifox:https://apifox.com/ vscode 插件: 1: eslint 2: Vue 3 snippets 3: code spell checker 卸载插件vscode : vuter vscode 配置: ```{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, "editor.defaultFormatter": "esbenp.prettier-vscode", "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[ignore]": { "editor.defaultFormatter": "foxundermoon.shell-format" } } ``` 开源前端项目借鉴:【LumenIM】 https://gitee.com/gzydong/LumenIM