The current repo belongs to Closed status, and some functions are restricted. For details, please refer to the description of repo status
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.production 417 Bytes
Copy Edit Raw Blame History
Sam-meng authored 2020-12-04 12:20 . docs
#
# 编译时(node 端)可用的:process.env.*
# 运行时(客户端)可用的:process.env.NODE_ENV、process.env.BASE_URL、process.env.VUE_APP_*
#
# BASE_URL 需要尾斜杠,接口前缀不需要尾斜杠
# BASE_URL 也可以生成为相对路径,详见:https://cli.vuejs.org/zh/config/#publicpath
#
NODE_ENV = production
VUE_APP_ENV = prod
BASE_URL = /
VUE_APP_BASEURL_API = /api
VUE_APP_MOCK = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化