Skip to content

对象存储服务(OSS)文件管理系统的前端服务,支持阿里云OSS、AWS S3、CloudFlare R2等多种对象存储服务。

Notifications You must be signed in to change notification settings

myysophia/ossmanager-fronted

Repository files navigation

对象存储服务(OSS)文件管理系统的前端服务,支持阿里云OSS、AWS S3、CloudFlare R2等多种对象存储服务。 image

Getting Started

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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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

About

对象存储服务(OSS)文件管理系统的前端服务,支持阿里云OSS、AWS S3、CloudFlare R2等多种对象存储服务。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages