# uniapp开发的社区项目 **Repository Path**: hewweibo_admin/uniappProject ## Basic Information - **Project Name**: uniapp开发的社区项目 - **Description**: 使用uniapp开发的一款社区项目 包括app h5 小程序端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-12 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uniapp 开发的社区项目 #### Description 使用 uniapp 开发的一款社区项目 包括 app h5 小程序端 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) #### 开发流程 #### 第一 我们创建项目之后进行导入 uinapp 的 css 和 自定义图标 以及 animate 动画 css 1. 创建一个 common 文件夹 用于存放公用的代码 把 uni.css 和 icon.css 以及 animate.css 放进去 2. 然后在 app.vue 中进行导入 #### 第二 配置底部的 tabbar #### 第三 首页的开发 1. 先写页面 然后循环出列表 写 navbat 头部的 tab 然后使用 scroll-view 来做横向滚动 下面的内容使用 swiper 来做 #### 第四 搜索页面的开发 1. 监听点击输入框事件 当点击之后进入到搜索页面 然后搜索监听点击搜索和输入事件 #### 第五 发布页面的开发 1. 自定义一个顶部 在 pages.json 中取消默认的顶部 2. 2022 524 23:04 完成到了刚导入图片上传组件 还要设置删除按钮 上传之后传到父组件中 是否需要存草稿(使用到本地存储) 3. 2022 5 16 完成 bug h5 无法显示模态框 5.20 进度 到账号设置 5.25 数据对接 封账请求 导入 vuex 第三方绑定未做