对象存储服务(OSS)文件管理系统的前端服务,支持阿里云OSS、AWS S3、CloudFlare R2等多种对象存储服务。
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
项目支持多种环境配置,详细说明请查看 环境配置说明。
- 开发环境 - 连接本地后端API(默认端口8080)
- 测试环境 - 连接测试服务器API
- 生产环境 - 使用相对路径API(通过前端代理转发请求)
# 开发环境
npm run dev
# 测试环境
npm run dev:test
# 构建生产环境
npm run build:prod