init project
This commit is contained in:
11
env.example
Normal file
11
env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 环境变量配置示例
|
||||
# 复制此文件为 .env.development 和 .env.production 并修改相应配置
|
||||
|
||||
# 开发环境
|
||||
VITE_APP_BASE_API=/api
|
||||
VITE_APP_TITLE=nl-uniapp
|
||||
|
||||
# 生产环境
|
||||
# VITE_APP_BASE_API=https://your-api-domain.com
|
||||
# VITE_APP_TITLE=nl-uniapp
|
||||
|
||||
Reference in New Issue
Block a user