阅读背景:

Vue 项目环境变量

来源:互联网 

Vue 项目环境变量

环境变量:

.env                # 在所有的环境中被载入
.env.local          # 在所有的环境中被载入,但会被 git 忽略
.env.[mode]         # 只在指定的模式中被载入
.env.[mode].local   # 只在指定的模式中被载入,但会被 git 忽略
一个环境文件只包含环境变量的“键=值”对:.env                # 在所有的环



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: