Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 994 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 994 Bytes

Official-Site

我们使用 create-react-app 与 landing-antdesign 来编译官网

详细使用请查看 landing 里的 use in create-react-app

This project was bootstrapped with Create React App.

依赖安装

pnpn i # 提前安装 npm、pnpm 等基础前端 cli

运行的时候可能会遇到 node.js 版本过高导致的安全校验不过,需要使用 nvm 降低版本

nvm use v16.19.1 # 需要提前安装 nvm

在这里,如果你是 windows 系统,可能需要将 package.json 中的 scripts中的start改成如下内容

"start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-app-rewired start",

运行测试

直接运行

pnpm run start

编译

pnpm build

之后会在根目录中编译 pnpm

本项目目前使用 Github Action 执行自动编译发布ci,目前不需要手动编译