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
db0c3d056f
feat: add shadcn-vue integration and GSAP composable
- Created components.json for shadcn-vue configuration.
- Added useGSAP composable to dynamically import GSAP and ScrollTrigger.
- Updated nuxt.config.ts to include shadcn-nuxt module and configure component directory.
- Modified package.json to include new dependencies for shadcn-vue and GSAP.
- Updated FRONTEND_PAGE_ALLOWLIST to include '/test-ui'.
- Updated skills-lock.json to include GSAP-related skills and shadcn-vue.
17 hours ago
.agents/ skills
feat: add shadcn-vue integration and GSAP composable
17 hours ago
.claude/ skills
feat: add shadcn-vue integration and GSAP composable
17 hours ago
.codex
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
2 weeks ago
.vscode
feat(oauth): 实现 GitHub OAuth2 登录功能
3 days ago
app
feat: add shadcn-vue integration and GSAP composable
17 hours ago
build-files
add
2 weeks ago
composables
feat: add shadcn-vue integration and GSAP composable
17 hours ago
docs/ superpowers
feat: redesign admin users management with filtering, sorting, and batch operations
2 days ago
packages
feat: add shadcn-vue integration and GSAP composable
17 hours ago
public
init
2 weeks ago
scripts
add
2 weeks ago
server
feat: redesign admin users management with filtering, sorting, and batch operations
2 days ago
static
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
2 weeks ago
.env.example
feat: 添加公共配置和路由白名单,优化 OAuth 登录重定向逻辑;更新环境变量以支持管理员凭据
3 days ago
.gitignore
init
2 weeks ago
.mcp.json
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
2 weeks ago
AGENTS.md
feat: 添加用户管理功能,包括用户创建、删除和查询接口
3 days ago
CLAUDE.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
2 weeks ago
DESIGN.md
refactor: remove unused Tailwind CSS import and update dependencies
2 weeks ago
PRODUCT.md
feat: 添加产品文档,更新样式和组件,优化卡片动画效果
1 week ago
README.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
2 weeks ago
bun.lock
feat: add shadcn-vue integration and GSAP composable
17 hours ago
components.json
feat: add shadcn-vue integration and GSAP composable
17 hours ago
nuxt.config.ts
feat: add shadcn-vue integration and GSAP composable
17 hours ago
package.json
feat: add shadcn-vue integration and GSAP composable
17 hours ago
skills-lock.json
feat: add shadcn-vue integration and GSAP composable
17 hours ago
tsconfig.json
init
2 weeks ago
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 sqlite (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。