You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
钟良源 1ff50c6089 fix(config): 更新环境配置和API代理地址 3 months ago
..
public init 3 months ago
src fix(config): 更新环境配置和API代理地址 3 months ago
.env init 3 months ago
.eslintrc.js init 3 months ago
.gitignore init 3 months ago
.npmrc init 3 months ago
.prettierignore init 3 months ago
.prettierrc init 3 months ago
.umirc.ts fix(config): 更新环境配置和API代理地址 3 months ago
Dockerfile init 3 months ago
README.md init 3 months ago
externals.d.ts init 3 months ago
jest-setup.ts init 3 months ago
jest.config.ts init 3 months ago
package.json init 3 months ago
tailwind.config.js init 3 months ago
tailwind.css init 3 months ago
tsconfig.json init 3 months ago
typings.d.ts init 3 months ago

README.md

flowApp 使用说明

下载:

// node版本
node v20.14.0

// 下载
npm install --force
npm install --legacy-peer-deps

// 运行
npm run dev