🔧工具(deps): build framework

This commit is contained in:
2024-03-21 00:28:41 +08:00
parent dda579424c
commit 1594b21688
17 changed files with 2273 additions and 315 deletions

10
.env
View File

@@ -1,4 +1,10 @@
# 生产环境配置
NODE_ENV= 'production'
VITE_NODE_ENV= 'production'
# 生产环境
VUE_APP_BASE_API = '/api'
VITE_APP_BASE_API = '/api'
# 页面 title 前缀
VITE_APP_TITLE=生产环境
# 网络请求公用地址
VITE_API_BASE_URL=''