Go to file
mengz e56cf67697 docs: add frontend setup guide 2026-05-27 16:30:46 +08:00
public 放宽首页简介展示高度 2023-10-19 12:46:51 +08:00
src 承办、协办 2023-10-13 14:58:11 +08:00
.gitignore init 2023-06-29 18:02:58 +08:00
.npmrc init 2023-06-29 18:02:58 +08:00
.umirc.js 设计改版、问题修复 2023-07-06 14:25:04 +08:00
README.md docs: add frontend setup guide 2026-05-27 16:30:46 +08:00
package-lock.json 修改请求地址/专区配置,优化banner等 2023-07-28 09:28:57 +08:00
package.json 优化 2023-07-04 18:53:13 +08:00
pnpm-lock.yaml 优化 2023-07-04 18:53:13 +08:00
tsconfig.json init 2023-06-29 18:02:58 +08:00
typings.d.ts init 2023-06-29 18:02:58 +08:00

README.md

meeting

GitLink conference frontend built with Umi and Ant Design.

Getting Started

Install dependencies:

npm ci

Prepare Umi generated files:

npm run setup

Start the development server:

npm run dev

Build the production bundle:

npm run build

Project Layout

  • src/pages: page-level routes.
  • src/layouts: application layouts.
  • src/components: reusable UI components.
  • src/constants: shared constants.
  • src/utils: common utility functions.
  • public: static assets served by Umi.

Local Configuration

Local-only files such as .env.local, .umirc.local.ts, and config/config.local.ts are ignored by Git. Keep machine-specific values there instead of committing them to the repository.