# 快照凭证打印助手 for PWA **Repository Path**: HelloTool/SnapProofPrintHelperForPWA ## Basic Information - **Project Name**: 快照凭证打印助手 for PWA - **Description**: 将多个转账记录图、电商订单图等以凭证样式打印到纸中。 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://hellotool.github.io/SnapProofPrintHelperForPWA/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-14 - **Last Updated**: 2025-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: APP, Web, Material-design, solidjs, tauri ## README # Rsbuild project ## Setup Install the dependencies: ```bash pnpm install ``` ## Get started Start the dev server: ```bash pnpm dev ``` Build the app for production: ```bash pnpm build ``` Preview the production build locally: ```bash pnpm preview ```