ai_images/portal-ui
old burden 73888efd14 fix: jinsha支付重新对接 2026-01-21 11:42:37 +08:00
..
src fix: jinsha支付重新对接 2026-01-21 11:42:37 +08:00
static init 2026-01-19 14:17:16 +08:00
.env init 2026-01-19 14:17:16 +08:00
.env.development init 2026-01-19 14:17:16 +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 init 2026-01-19 14:17:16 +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