Migrated repository
Go to file
nongyehong 85bc525c11 fix(common): 🐛 修复插件下载模块进度问题
修复win下chatbot中输入框有边框的问题
2024-09-13 23:19:14 +08:00
.github/workflows feat: 发布v1.6.0版本 2024-07-04 01:05:26 +08:00
.husky docs: 📝 变更代码规范 2024-04-22 02:24:36 +08:00
build/config fix(rust): 🐛 修复mac系统背景玻璃拟态导致的问题 (#IA5AO8) 2024-06-21 18:32:39 +08:00
preview feat(view): 新增锁屏功能 2024-07-09 02:04:55 +08:00
public perf(component): 升级插件版本内容及其样式 2024-09-13 17:49:21 +08:00
src fix(common): 🐛 修复插件下载模块进度问题 2024-09-13 23:19:14 +08:00
src-tauri perf(component): 升级插件版本内容及其样式 2024-09-13 17:49:21 +08:00
.editorconfig 🌻 update(custom): 升级vue、vue-tsc、TS、vite版本 2024-01-05 21:02:11 +08:00
.env.development feat(component): 新增是否启用界面阴影功能、收缩页面按钮功能 2024-07-16 17:37:25 +08:00
.env.production fix(layout): 🐛 修复ts类型错误导致打包出差问题 2024-09-13 19:57:35 +08:00
.eslintignore 🆕 version(custom): 发布v1.0.0-alpha版本 2023-12-17 02:21:55 +08:00
.eslintrc.cjs docs: 📝 变更代码规范 2024-04-22 02:24:36 +08:00
.gitattributes 💄 style(custom): 使用.editorconfig和.gitattributes来约束行分隔符和编辑器设置 2023-12-19 15:35:01 +08:00
.gitignore fix(layout): 🐛 修复ts类型错误导致打包出差问题 2024-09-13 19:57:35 +08:00
.npmrc perf(style): 完善主题的配置,优化信息列表功能 2024-03-28 23:58:24 +08:00
.prettierignore 🆕 version(custom): 发布v1.0.0-alpha版本 2023-12-17 02:21:55 +08:00
.prettierrc 💄 style(custom): 使用.editorconfig和.gitattributes来约束行分隔符和编辑器设置 2023-12-19 15:35:01 +08:00
CHANGELOG.md fix(common): 🐛 修复插件下载模块进度问题 2024-09-13 23:19:14 +08:00
commitlint.config.cjs fix(rust): 🐛 修复mac系统背景玻璃拟态导致的问题 (#IA5AO8) 2024-06-21 18:32:39 +08:00
index.html perf(component): 升级插件版本内容及其样式 2024-09-13 17:49:21 +08:00
LICENSE 更新LICENSE. 2024-09-01 13:45:55 +00:00
package.json fix(layout): 🐛 修复ts类型错误导致打包出差问题 2024-09-13 19:57:35 +08:00
pnpm-lock.yaml fix(layout): 🐛 修复ts类型错误导致打包出差问题 2024-09-13 19:57:35 +08:00
README.md fix readme typos 2024-08-13 23:32:57 +08:00
README.zh-CN.md fix readme typos 2024-08-13 23:32:57 +08:00
tsconfig.json perf(services): 优化请求接口以及消息提示 2024-05-05 01:38:12 +08:00
tsconfig.node.json init 初始化项目配置 2023-12-16 03:56:10 +08:00
uno.config.ts feat(component): 新增插件功能(Bate) 2024-09-01 21:40:14 +08:00
vite.config.ts perf(component): 升级插件版本内容及其样式 2024-09-13 17:49:21 +08:00

An Instant Messaging System Built with Tauri, Vite 5, Vue 3, and TypeScript

gitee github

WeChat:

中文 | English

Project Introduction

HuLa is an instant messaging system developed with Tauri, Vite 5, Vue 3, and TypeScript. It leverages the cross-platform capabilities of Tauri and the reactive design of Vue 3, combined with TypeScript's type safety features and the fast build system of Vite 5, to provide users with an efficient, secure, and easy-to-use communication solution.

Technology Stack

  • Tauri: Provides a lightweight, high-performance desktop application container, enabling the development of cross-platform desktop applications with a web technology stack. Tauri's design philosophy aims to minimize resource consumption while ensuring security.
  • Vite 5: A modern front-end build tool that uses native ES module import to offer a fast development server. At the same time, it provides robust support for production builds. Vite 5 is its latest version, bringing more optimizations and features.
  • Vue 3: A progressive JavaScript framework for building user interfaces. Its Composition API, improved TypeScript integration, and optimizations for mobile platforms make developing complex single-page applications simpler and more efficient.
  • TypeScript: A superset of JavaScript that adds a type system to the language. It enables catching more errors during development and provides better support from editors.

Project PreView

img.png

img_1.png

img_2.png

img_3.png

img_4.png

img_5.png

img_6.png

HuLa adopts a modular architecture design, with the front end built using Vue 3 for the user interface, enhanced by TypeScript for better code readability and maintainability. On the backend, we use the Tauri framework for packaging and distributing the application, leveraging its native integration with the operating system to offer users more functionality and higher performance.

Installation and Running

# Clone the project
git clone https://gitee.com/nongyehong/HuLa-IM-Tauri.git
or
git clone https://github.com/nongyehong/HuLa-IM-Tauri.git

# Enter the project directory
cd HuLa-IM-Tauri

# Install dependencies
pnpm install

# Run the development server
pnpm run tauri:dev

# Build for production
pnpm run tauri:build

SubmissionSpecification

use pnpm run commit to invoke the git commit interaction and follow the prompts to complete the input and selection of information