pansoft-plrl/packages/constants
vben 3697f6bc5a chore: release v5.3.0-beta.2 2024-09-10 22:20:51 +08:00
..
src refactor: Integrate the @vben-core/shared package 2024-07-30 21:05:03 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
package.json chore: release v5.3.0-beta.2 2024-09-10 22:20:51 +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';