Thanks to visit codestin.com
Credit goes to github.com

Skip to content

飞行奇术:打造跨端应用 - chat app

Notifications You must be signed in to change notification settings

yaozhuang/10-chatapp

 
 

Repository files navigation

Chat App

A modern, real-time chat application built with Vue.js and Tauri. It connects to the chat server which was introduced in chat server.

Features

  • Real-time messaging
  • User-friendly interface
  • work across web and desktop
  • Lightweight and fast performance

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (v18 or later)
  • Rust (latest stable version)
  • Tauri CLI

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/chat-app.git
    cd chat-app
    
  2. Install dependencies:

    yarn
    

Running the App

To run the desktop app, you could use:

cargo tauri dev

To run the web app, you could use:

yarn dev

About

飞行奇术:打造跨端应用 - chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 37.6%
  • JavaScript 37.3%
  • Rust 23.3%
  • HTML 1.4%
  • CSS 0.4%