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 8d8af17223 init 2 months ago
app init 2 months ago
build-files init 2 months ago
packages init 2 months ago
public init 2 months ago
server init 2 months ago
.env.example init 2 months ago
.gitignore init 2 months ago
README.md init 2 months ago
bun.lock init 2 months ago
nuxt.config.ts init 2 months ago
package.json init 2 months ago
tsconfig.json init 2 months ago

README.md

文档

开发与部署

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