- 添加 .editorconfig 文件统一代码风格 - 添加 .env.development 和 .env.example 环境配置文件 - 添加 .eslintignore 和 .eslintrc.js 代码检查配置 - 添加 .gitignore 版本控制忽略文件配置 - 添加 .prettierignore 格式化忽略配置 - 添加隐私协议HTML文件 - 添加API密钥管理组件基础结构
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
VITE_APP_NAME=后台管理(开发环境)
|
|
#VITE_API_URL=http://127.0.0.1:9200/api
|
|
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
|
|
|
|
|
|
#VITE_API_URL=https://cms-api.s209.websoft.top/api
|