You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
npmrun 07d24edb69 feat: add VSCode settings for Tailwind CSS and update package dependencies 1 month ago
.agents/skills/shadcn feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
.claude/skills feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
.vscode feat: add VSCode settings for Tailwind CSS and update package dependencies 1 month ago
app feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
build-files add 1 month ago
packages feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
public init 1 month ago
scripts add 1 month ago
server add 1 month ago
static add 1 month ago
.env.example add 1 month ago
.gitignore init 1 month ago
.mcp.json feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
AGENTS.md feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
CLAUDE.md feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
README.md init 1 month ago
bun.lock feat: add VSCode settings for Tailwind CSS and update package dependencies 1 month ago
components.json feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
nuxt.config.ts feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
package.json feat: add VSCode settings for Tailwind CSS and update package dependencies 1 month ago
skills-lock.json feat: add shadcn-vue integration with Tailwind CSS and update dependencies 1 month ago
tsconfig.json init 1 month ago

README.md

文档

开发与部署

用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。

计划

  • 支持定时任务