当前位置:网站首页>基地址:环境变量
基地址:环境变量
2022-08-04 03:01:00 【这次我一定要赢】
一.作用
环境变量:为不同环境设置不同变量
二.开发环境
development
流程:
1.根目录创建一个文件.env.development
2.在文件中设置相应环境的变量
接口基地址;VUE_APP_开头
VUE_APP_URL='开发环境接口基地址'
三.生产环境
production
1.根目录创建一个文件.env.production
2.在文件中设置相应环境的变量
接口基地址;VUE_APP_开头
VUE_APP_URL='生产环境接口基地址'
四.使用
process.env.VUE_APP_URL可以拿到定义的值
npm run server 开发:process.env.VUE_APP_URL===aaa
npm run build 生产:process.env.VUE_APP_URL===bbb
五.实际应用
开发环境下:
我们来看一下是否能够识别到:
可以识别到。
这样我们就可以在生产和开发环境中确定下来一个基地址了。
边栏推荐
- 异步编程解决方案 Generator生成器函数、iterator迭代器、async/await、Promise
- Mini program + new retail, play the new way of playing in the industry!
- 数据湖(二十):Flink兼容Iceberg目前不足和Iceberg与Hudi对比
- 2022.8.3-----leetcode.899
- 【原创】启动Win10自带的XPS/OXPS阅读器
- 怎样提高网络数据安全性
- QNX Hypervisor] 10.2 vdev 8259 2.2 user manual
- 返回字符串中的最大回文数
- Homemade bluetooth mobile app to control stm8/stm32/C51 onboard LED
- 参加Oracle OCP和MySQL OCP考试的学员怎样在VUE预约考试
猜你喜欢
随机推荐
yum 仅下载包
查看mysql死锁语法
QNX Hypervisor] 10.2 vdev 8259 2.2 user manual
STM8S105K4T6------Serial port sending and receiving
Detailed analysis of scaffolding content
复制带随机指针的链表
Example 039: Inserting elements into an ordered list
Brush esp8266-01 s firmware steps
出海季,互联网出海锦囊之本地化
Architecture of the actual combat camp module three operations
Homemade bluetooth mobile app to control stm8/stm32/C51 onboard LED
docker+网桥+redis主从+哨兵模式
How to drop all tables under database in MySQL
Asynchronous programming solution Generator generator function, iterator iterator, async/await, Promise
sql注入一般流程(附例题)
MySQL 查询练习(1)
The browser
How many ways do you know about communication between multiple threads?
0.1 前言
STM8S105k4t6c--------------点亮LED