# sidebar **Repository Path**: mochat/sidebar ## Basic Information - **Project Name**: sidebar - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-03-30 - **Last Updated**: 2024-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 安装依赖 ``` yarn install ``` - 开发模式运行 ``` yarn run dev ``` - 项目编译 ``` yarn run build ``` - 项目目录 ``` ├── public | └── index.html # Vue 入口模板 ├── src │ ├── api # Api │ ├── assets # 本地静态资源 │ ├── components # 业务通用组件 │ ├── core # 项目引导, 全局配置初始化,依赖包引入等 │ ├── router # Vue-Router │ ├── store # Vuex │ ├── utils # 工具库 │ ├── views # 业务页面入口和常用模板 │ ├── App.vue # Vue 模板入口 │ └── main.js # Vue 入口 JS │ └── global.less # 全局样式 ├── README.md └── package.json ``` - 项目技术栈 >vue https://www.vue3js.cn/docs/zh/ >vuex https://next.vuex.vuejs.org/ >vue-router https://next.router.vuejs.org/ UI框架 >vant https://vant-contrib.gitee.io/vant/v3/#/zh-CN