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

开发

# 进入项目目录
cd portal

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布


# 构建生产环境
npm run build:prod