ai_images/portal-ui
old burden 8959b775a4 fix: 新需求 对接火山seedance 2026-03-27 15:27:28 +08:00
..
src fix: 新需求 对接火山seedance 2026-03-27 15:27:28 +08:00
static init 2026-01-19 14:17:16 +08:00
.env fix: 新需求 2026-03-27 10:51:34 +08:00
.env.development fix: 新需求 2026-03-27 10:51:34 +08:00
.env.development.local init 2026-01-19 14:17:16 +08:00
.gitattributes init 2026-01-19 14:17:16 +08:00
.gitignore fix: 新需求 忽略dist 2026-03-27 10:55:10 +08:00
.prettierrc init 2026-01-19 14:17:16 +08:00
README.md init 2026-01-19 14:17:16 +08:00
index.html init 2026-01-19 14:17:16 +08:00
jsconfig.json init 2026-01-19 14:17:16 +08:00
package.json init 2026-01-19 14:17:16 +08:00
vite.config.js init 2026-01-19 14:17:16 +08:00
vite.dev.config.js init 2026-01-19 14:17:16 +08:00

README.md

开发


# 进入项目目录
cd xxx-ui

# 安装依赖
cnpm i

# 安装速度慢的情况,可以通过如下操作解决 npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:8887

发布


# 构建开发环境
npm run builddev

# 构建生产环境
npm run build