snihwxf a9ad0cead6 feat: 合并框架 il y a 2 mois
..
src 9a1fb43316 feat: 升级 il y a 6 mois
README.md 9a1fb43316 feat: 升级 il y a 6 mois
package.json a9ad0cead6 feat: 合并框架 il y a 2 mois
tsconfig.json 28749edefa first commit il y a 1 an

README.md

@vben/constants

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

用法

添加依赖

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

使用

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