# tauri-tingya **Repository Path**: caojianyu/tauri-tingya ## Basic Information - **Project Name**: tauri-tingya - **Description**: 使用tauri构建的音乐播放软件,只是一个demo示例。 - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 4 - **Created**: 2022-07-07 - **Last Updated**: 2024-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello ![image](/sample-picture/index.png) ## tauri-tingya-api Project setup ``` cargo run ``` ## tauri-tingya Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run tauri dev ``` or ``` cargo tauri dev ``` ### Compiles and minifies for production ``` npm run tauri build ``` or ``` cargo tauri build ```