
* chore: init project * chore: install element-plus * chore: locale config * fix: eslint error * chore: merge from main * fix: lint * chore: finish todo * chore: update comments * chore: update * fix: lint error * chore: add unplugin-element-plus * chore: add useElementPlusDesignTokens * chore: configure some color
6 lines
155 B
Bash
6 lines
155 B
Bash
# 应用标题
|
||
VITE_APP_TITLE=Vben Admin
|
||
|
||
# 应用命名空间,用于缓存、store等功能的前缀,确保隔离
|
||
VITE_APP_NAMESPACE=vben-web-element
|