Files
lingniu-platform/idp/frontend
2026-02-10 17:32:56 +08:00
..
2026-02-10 16:24:14 +08:00
2026-02-09 11:24:51 +08:00
2026-02-10 16:24:14 +08:00
2026-02-10 16:24:14 +08:00
2026-02-09 11:24:51 +08:00
2026-02-09 11:24:51 +08:00
2026-02-09 11:24:51 +08:00
2026-02-09 11:24:51 +08:00
2026-02-09 11:24:51 +08:00
2026-02-10 17:32:56 +08:00
2026-02-10 16:24:14 +08:00
2026-02-09 11:24:51 +08:00
2026-02-09 11:24:51 +08:00
2026-02-10 16:24:14 +08:00

开发

# 进入项目目录
cd frontend

# 安装依赖
npm install

# 可以使用pnpm
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

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

发布


# 构建生产环境
npm run build