gpt
Go to file
2024-12-02 14:34:35 +08:00
.hbuilderx fixbug 2023-12-29 11:53:55 +08:00
common addkey 2023-10-25 10:04:49 +08:00
components firstcommit 2023-10-25 10:02:04 +08:00
http firstcommit 2023-10-25 10:02:04 +08:00
pages/index fixbug 2023-12-29 11:53:55 +08:00
static/image fixbug 2023-12-29 11:53:55 +08:00
store firstcommit 2023-10-25 10:02:04 +08:00
uni_modules fixbug 2023-12-29 11:53:55 +08:00
utils firstcommit 2023-10-25 10:02:04 +08:00
uview-ui firstcommit 2023-10-25 10:02:04 +08:00
.gitignore firstcommit 2023-10-25 10:02:04 +08:00
App.vue firstcommit 2023-10-25 10:02:04 +08:00
index.html firstcommit 2023-10-25 10:02:04 +08:00
main.js firstcommit 2023-10-25 10:02:04 +08:00
manifest.json firstcommit 2023-10-25 10:02:04 +08:00
package-lock.json firstcommit 2023-10-25 10:02:04 +08:00
package.json firstcommit 2023-10-25 10:02:04 +08:00
pages.json firstcommit 2023-10-25 10:02:04 +08:00
project.config.json firstcommit 2023-10-25 10:02:04 +08:00
project.private.config.json firstcommit 2023-10-25 10:02:04 +08:00
README.md add readme 2024-12-02 14:34:35 +08:00
uni.promisify.adaptor.js firstcommit 2023-10-25 10:02:04 +08:00
uni.scss firstcommit 2023-10-25 10:02:04 +08:00

FONCHAT 聊天应用

基于 uni-app 开发的跨平台聊天应用支持微信小程序、H5、iOS 和 Android 等多个平台。

项目简介

FONCHAT 是一款现代化的即时通讯应用,采用 uni-app 框架开发,实现了一次开发,多端运行的目标。项目使用了 Vue.js 2.0 作为核心框架,结合 uView UI 组件库,提供了流畅的用户体验和统一的界面风格。

技术栈

  • uni-app
  • Vue.js 2.0
  • uView UI
  • WeChat JS-SDK
  • 高德地图 SDK
  • Moment.js

开发环境要求

  • HBuilderX IDE
  • Node.js
  • 微信开发者工具(用于小程序开发)

快速开始

  1. 克隆项目
git clone [项目地址]
cd fonchat
  1. 安装依赖
npm install

项目结构

├── components/     # 自定义组件
├── pages/         # 页面文件
├── static/        # 静态资源
├── store/         # Vuex 状态管理
├── utils/         # 工具函数
├── http/          # 网络请求
├── common/        # 公共资源
└── uview-ui/      # uView UI 组件库