admin-vben/packages/constants
vben cbca9ffd95 chore: release 5.5.1 2024-12-12 22:47:11 +08:00
..
src perf: adjustment of form spelling errors, type adjustment, closer to actual development (#4694) 2024-10-20 21:44:25 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
package.json chore: release 5.5.1 2024-12-12 22:47:11 +08:00
tsconfig.json chore: update packages 2024-07-30 21:00:20 +08:00

README.md

@vben/constants

用于多个 app 公用的常量,继承了 @vben-core/shared/constants 的所有能力。业务上有通用常量可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/constants

使用

import { DEFAULT_HOME_PATH } from '@vben/constants';