


This article mainly introduces the Npm run build method in the vue project to package different domain names according to the environment. Use npm run build --xxx to determine different environments according to the passed parameters xxx and give different domain name configurations. Please refer to this article for details.
During project development, the front-end is very troubled when configuring the back-end api domain name. It often appears:
Local development environment: api-dev.demo.com
Test environment: api-test.demo.com
Online production environment: api.demo.com,
This time it is packaged in the Vue.js project to teach you One method:
Use npm run build -- xxx
, and determine different environments according to the passed parameter xxx, and give different domain name configurations.
1. Modification of /config/dev.env.js in the project:
Added: HOST: '"dev"'
'use strict' const merge = require('webpack-merge') const prodEnv = require('./prod.env') module.exports = merge(prodEnv, { NODE_ENV: '"development"', HOST: '"dev"' })
2. Modification of /config/prod.env.js in the project:
Get the parameters passed in:
'use strict' let HOST = process.argv.splice(2)[0] || 'prod'; console.log(HOST); module.exports = { NODE_ENV: '"production"', HOST: '"'+HOST+'"' }
3. Modification of ajax encapsulation in the project :
/** ** 设置API接口域名 **/ let apiUrl = ''; // 根据 process.env.HOST 的值判断当前是什么环境 // 命令:npm run build -- test ,process.env.HOST就设置为:'test' let HOST = process.env.HOST; HOST = HOST === 'prod' ? '' : '-' + HOST; apiUrl = 'http://api'+HOST+'.demo.com'; axios.defaults.baseURL = apiUrl;
4. Finally type the command:
npm run build -- test
Note – Yes 2 horizontal bars, followed by parameters, so process.env.HOST will get the parameter 'test',
apiUrl = 'http://api-test.demo.com'
If prod is released and packaged online,npm run build -- prod
apiUrl = 'http://api.demo.com'
The above is what I compiled for everyone. I hope it will be helpful to everyone in the future.
Related articles:
Create ajax image upload by yourself
How to use ajax actions with different namespaces
Ajax return value automatically adds pre tag solution
The above is the detailed content of Npm run build in vue packages different domain names according to the environment passing parameter method. For more information, please follow other related articles on the PHP Chinese website!

微软已发布WindowsServerInsiderPreview的新版本。可以从WindowsServerInsider网站以ISO格式下载Build25206以及VHDX。尽管它使用与Windows11Dev构建开发相同的底层内核,但与往常一样,没有变更日志可言,因此尚不清楚此构建中有什么新内容。Server的品牌仍未更新,在预览版中仍为WindowsServer2022。此外,微软要求Insiders将这些构建称为vNext,而不是已经在市场上的Win

Windows 11 Build 25158 现在正在 Dev Channel 中向测试人员推出,并进行了大量改进。例如,微软正在引入对小部件通知徽章的支持。同样,任务栏的搜索图标也有了新的样式,包括对搜索栏的支持,类似于我们在 Windows 10 上的版本。Windows 11 Build 25158 与任何特定功能更新无关。但是,它被认为是Windows 11 版本 23

微软今天已在 Beta 频道上向 Windows 11 预览体验成员发布了新版本 22621。该构建对任务栏和文件资源管理器等进行了更改。您可以在下面找到完整的变更日志:变化和改进[一般的][提醒]桌面右下角的版本水印在此版本中不再存在。这并不意味着我们已经完成,水印将在未来的版本中返回给 Insiders。修复[一般的]更新了底层语音平台,以改进语音访问、实时字幕和语音输入的语音活动检测,并解决如何识别标点符号的一些问题。[文件管理器]修复了导致 Insiders 在从 Google Driv

微软为 Windows 用户发布了一个新的 Office Insider Preview Build。携带版本号2205 (Build 15130.20000),更新没有添加新功能和更改。但是,最新版本的 Office Insider Build 修复了以前 Office Build 中发现的大量问题。您可以在下面的完整官方变更日志中阅读所有错误修复。变更日志自从微软向 Off

Windows 11 build 25197现已在Dev Channel 中提供,它启用了一些以前隐藏的功能,例如新的平板电脑优化任务栏、设置应用程序中的动画图标以及更新的通知区域。传统上,Build 25197 也带来了未公布的变化,而这一次,用户发现了一个新的 Spotlight 面板,可以让您快速切换壁纸并获取有关当前桌面背景的更多信息。您可以通过右键单击桌面上的“了解有关此图片的更多信息”快捷方式来调用新的 Spotlight UI(将 Spotlight 设置为桌面背景时可用)。该面板

Build 22622.590中修复了什么修复了 Build 22621.590 和 Build 22622.590已知的问题要将 Microsoft Office Insider Preview Build 更新到最新版本,请打开任何 Office 程序并转到 文件> 帐户> 更新选项> 立即更新。

Windows 11 Build 22621 现在正在 Beta 通道中向用户推出,并且它没有附带新功能,因为现在的重点完全是错误修复。借助 Build 22621,Microsoft 朝着推出第一个重大功能更新又迈出了一步,它正在为 OEM 和消费者评估 RTM(最终版本修订)。正如我们最近独家报道的那样,微软即将完成 Windows 11 版本 22H2,而 Build 22621 是候选版本之一,据熟悉开发的消息人士称,并且没有引入任何新功能或重大改进这一事实。此更新已推送给 Beta 通

微软目前正在测试新功能,这些新功能预计将在Windows11的下一个主要稳定版本中提供。该公司几乎每周都会发布Windows11InsiderBuild,以使用Windows11Insiders测试这些功能。然而,微软本周在准备新的Windows11InsiderPreviewBuild时似乎遇到了一些问题。微软的WindowsInsiderProgram官方Twitter账号在推特上表示,它试图“努力”发布一个新的InsiderBuild,但未能成功。好消息


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Zend Studio 13.0.1
Powerful PHP integrated development environment
