1 Star 0 Fork 0

BestClever / vue3-admin-template

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.env.prod 424 Bytes
Copy Edit Raw Blame History
BestClever authored 2024-05-01 20:53 . first commit
# 生产环境
# NODE_ENV='prod'
# 为了防止意外地将一些环境变量泄漏到客户端,只有以 VITE_ 为前缀的变量才会暴露给经过 vite 处理的代码。
# js中通过`import.meta.env.VITE_APP_BASE_API`取值
VITE_APP_PORT = 5173
VITE_APP_BASE_API = '/prod-api'
VITE_APP_BASE_FILE_API = '/prod-api/web/api/system/file/upload'
# 后端服务地址
VITE_APP_SERVICE_API = 'http://192.168.101.88:888'
1
https://gitee.com/BestClever/vue3-admin-template.git
git@gitee.com:BestClever/vue3-admin-template.git
BestClever
vue3-admin-template
vue3-admin-template
master

Search