local-ts

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

local-ts

local-ts

Overview

概述

Local-first starter kit for desktop and mobile apps with Tauri, SQLite, and a React frontend.
面向桌面和移动应用的优先本地体验启动模板,集成Tauri、SQLite和React前端。

When to Use

适用场景

  • Bootstrapping a new app from the local.ts template
  • Modifying built-in features like settings, tray, notifications, database, theming, logging, window state, autostart, or splash
  • Debugging local.ts development workflows
  • 基于local.ts模板初始化新应用
  • 修改内置功能,如设置、托盘、通知、数据库、主题、日志、窗口状态、自动启动或启动页
  • 调试local.ts开发工作流

When Not to Use

不适用场景

  • Building a web-only app without Tauri or local-first constraints
  • 仅构建Web应用,无需Tauri或优先本地体验的限制

Quick Reference

快速参考

  • Install:
    pnpm install
  • Run:
    pnpm run tauri dev
  • Prereqs: Node.js v18+, Rust, pnpm
  • 安装:
    pnpm install
  • 运行:
    pnpm run tauri dev
  • 前置要求:Node.js v18+、Rust、pnpm

Inputs to Request

需提供的请求信息

  • Target platforms (desktop, mobile, or both)
  • Features to add or change
  • Error logs or exact repro steps
  • 目标平台(桌面、移动或两者皆有)
  • 需添加或修改的功能
  • 错误日志或准确的复现步骤

Resources

资源