# 任务管理Demo **Repository Path**: yangLLHGS/task-management-demo ## Basic Information - **Project Name**: 任务管理Demo - **Description**: 基于Svelte.js+Eltsia.js+Bun.js的建议版本的前后端的任务管理Demo。前后端基本上更称结构很像Vue或者React - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-20 - **Last Updated**: 2025-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sv 这是一个基于Svelte.js+Eltsia.js+Bun.js的建议版本的前后端的任务管理Demo。前后端基本上更称结构很像Vue或者React ## Creating a project If you're seeing this, you've probably already done this step. Congrats! ```bash # create a new project in the current directory npx sv create # create a new project in my-app npx sv create my-app ``` ## Runnning 前后端具体的运行步骤详见backend/README.md和frontend/README.md