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
02e23050d5
feat: create AppShell component and refactor layouts for improved structure
Introduce a new AppShell component to encapsulate the main application layout, including header, footer, and menu items. Refactor existing layouts (default and not-login) to utilize the new AppShell component, enhancing code reusability and maintainability. Update the blank layout for a simplified structure. Modify index, login, and register pages for consistent styling and improved user experience.
2 days ago
.vscode
feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout
2 days ago
app
feat: create AppShell component and refactor layouts for improved structure
2 days ago
build-files
feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout
2 days ago
docs/ superpowers
feat: implement authentication access control with session management
2 days ago
packages
feat: implement global and user configuration modules
2 days ago
public
init
7 days ago
scripts
feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout
2 days ago
server
feat: implement authentication access control with session management
2 days ago
.env.example
更新 '.env.example'
5 days ago
.gitignore
feat: add username-password auth flow
2 days ago
README.md
Add drizzle-zod and zod dependencies, refactor API handler for user retrieval, and introduce response handler utility
6 days ago
bun.lock
feat: add username-password auth flow
2 days ago
nuxt.config.ts
feat: add bun-types support in TypeScript configuration
2 days ago
package.json
feat: add bun-types support in TypeScript configuration
2 days ago
tsconfig.json
init
7 days ago
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。
计划