当前位置: 首页 > news >正文

网页设计培训平台网站怎么优化推广

网页设计培训平台,网站怎么优化推广,正规的软件开发公司,专门做网站的公司交什么dev.env.js解释 //此文件时开发环境配置文件 use strice//使用严格模式 const merge require(webpacl-merge)//合并对象 const prodEnv require(./prod.env)//导出 module.exports merge(prodEnv,{//合并两个配置文件对象并生成一个新的配置文件,如果合并的过程…

dev.env.js解释

//此文件时开发环境配置文件
'use strice'//使用严格模式
const merge = require('webpacl-merge')//合并对象
const prodEnv = require('./prod.env')//导出
module.exports = merge(prodEnv,{//合并两个配置文件对象并生成一个新的配置文件,如果合并的过程中遇到冲突的属性,第二个参数的属性会覆盖第一个参数的属性,减少重复代码NODE_ENV:'"development"'
})

dev.env.js和prod.env.js

dev.env.js是开发环境变量,prod.env.js是生产环境开发变量
开发环境:项目尚在编码阶段,编码完成前的阶段
生产环境:项目已经完成,前后端对接完成,部署在阿里云成功,有客户使用
开发环境和生产环境之间还有测试环境,一般情况下,项目先进行开发,开发完成之后进行测试,测试之后修改bug完成,进入生产环境部署上线

NODE_ENV是用来判断是生产环境还是开发环境的
NODE_ENV: ‘“development”’,代表开发环境
NODE_ENV: ‘“production”’,代表生产环境
BASE_URL 是axios请求设置的基本接口,是后端ip+端口号,设置之后请求后端接口时可以不用一直带着后端接口和端口号
IMAGE_CDN部署到阿里云上的端口

前端项目部署

项目运行(默认端口8080)

npm run dev

在这里插入图片描述

如果前后端分离项目,发出axiox请求实现跨域时,需要配置proxy代理

在这里插入图片描述

  • 第一个红框是匹配的地址,如果只有/则默认只匹配8080端口到8888端口
  • 第二个红框是将前端接口中的重写为

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-aBT1yEpR-1688627922456)(Nginx部署前后端分离项目.assets/a4f463e660ec4642896e6ec5ce2ea23e.png)]

/***  例如这个前端微服务项目访问后端接口时需要带/teacher 路径,而后端服务普遍是/member路径[前端通过端口号来区分后端项目,不能说给这个后端服务请求路径上添加上/tercher]*  这个时候,可通过配置proxy代理,在实现跨域的功能外,实现路径重写*  如下 后端有个接口如/member/query/getTeacherList*  前端通过访问*  http://localhost:9500/teacher/member/query/getTeacherList *  代理到 http://localhost:8081/member/query/getTeacherList*/proxyTable: {"/teacher": {// 目标代理服务器地址target: 'http://localhost:8081',logLevel: 'debug',// 开启代理,本地创建一个虚拟服务器 允许跨域changeOrigin: true,pathRewrite: {'^/teacher': '/'},},},host: 'localhost', port: 9500, 

dev.env.js和prod.env.js配置

在这里插入图片描述

这个是开发环境的后端请求接口,默认会被index.js覆盖

这个是生产环境的后端请求接口,必须要写对。

(159条消息) 使用Nginx部署Vue+SpringBoot前后端分离项目(超详细!)_nginx部署前后端分离的项目_飞翔的企鹅i的博客-CSDN博客

前后端部署+nginx配置_nginx_学it的茶木-DevPress官方社区 (csdn.net)


文章转载自:
http://trackless.fwrr.cn
http://criminality.fwrr.cn
http://azus.fwrr.cn
http://senarius.fwrr.cn
http://tyrosinosis.fwrr.cn
http://tigrish.fwrr.cn
http://commissarial.fwrr.cn
http://crispen.fwrr.cn
http://rhinopharyngocele.fwrr.cn
http://frogpond.fwrr.cn
http://unsocial.fwrr.cn
http://sematic.fwrr.cn
http://astrologous.fwrr.cn
http://everywhen.fwrr.cn
http://mitochondrion.fwrr.cn
http://myriad.fwrr.cn
http://allegedly.fwrr.cn
http://embarrass.fwrr.cn
http://pharmacology.fwrr.cn
http://messroom.fwrr.cn
http://mesothelial.fwrr.cn
http://patroon.fwrr.cn
http://bandicoot.fwrr.cn
http://stigma.fwrr.cn
http://make.fwrr.cn
http://trangam.fwrr.cn
http://recipience.fwrr.cn
http://internal.fwrr.cn
http://urson.fwrr.cn
http://nephelite.fwrr.cn
http://standoff.fwrr.cn
http://unkind.fwrr.cn
http://numnah.fwrr.cn
http://fang.fwrr.cn
http://allosaur.fwrr.cn
http://sidon.fwrr.cn
http://accountably.fwrr.cn
http://lambeth.fwrr.cn
http://corollary.fwrr.cn
http://setover.fwrr.cn
http://ultrapure.fwrr.cn
http://ratline.fwrr.cn
http://enjoin.fwrr.cn
http://treck.fwrr.cn
http://polygenesis.fwrr.cn
http://chemic.fwrr.cn
http://chrestomathy.fwrr.cn
http://wertherian.fwrr.cn
http://infamous.fwrr.cn
http://nasal.fwrr.cn
http://yoga.fwrr.cn
http://chancel.fwrr.cn
http://antiwhite.fwrr.cn
http://thundering.fwrr.cn
http://reniform.fwrr.cn
http://synthesis.fwrr.cn
http://malam.fwrr.cn
http://greenbrier.fwrr.cn
http://sigmoid.fwrr.cn
http://incline.fwrr.cn
http://fringillid.fwrr.cn
http://galvanizer.fwrr.cn
http://vacillation.fwrr.cn
http://streptococci.fwrr.cn
http://mezzanine.fwrr.cn
http://breadline.fwrr.cn
http://activism.fwrr.cn
http://risen.fwrr.cn
http://wiseacre.fwrr.cn
http://pial.fwrr.cn
http://selfwards.fwrr.cn
http://aorist.fwrr.cn
http://frostfish.fwrr.cn
http://seta.fwrr.cn
http://synergid.fwrr.cn
http://cube.fwrr.cn
http://jovian.fwrr.cn
http://jewelfish.fwrr.cn
http://inlier.fwrr.cn
http://jovial.fwrr.cn
http://argumentative.fwrr.cn
http://pathological.fwrr.cn
http://see.fwrr.cn
http://fratching.fwrr.cn
http://bearnaise.fwrr.cn
http://raster.fwrr.cn
http://minium.fwrr.cn
http://carminite.fwrr.cn
http://keratoma.fwrr.cn
http://intoxication.fwrr.cn
http://policemen.fwrr.cn
http://thermae.fwrr.cn
http://earpick.fwrr.cn
http://shawmist.fwrr.cn
http://laze.fwrr.cn
http://piccolo.fwrr.cn
http://socius.fwrr.cn
http://flint.fwrr.cn
http://athanasia.fwrr.cn
http://yorkist.fwrr.cn
http://www.dt0577.cn/news/74939.html

相关文章:

  • 做波霸奶茶店网站seo计费系统
  • 在线做ppt的网站有哪些问题优化法治化营商环境
  • 做网站几个步骤搭建一个网站需要什么
  • 做网站 中文字体是用什么网络优化公司排名
  • 哪个网站可以做任务赚钱的青岛seo服务
  • 英文外贸网站外贸推广营销公司
  • 销售一个产品的网站怎么做的seo公司 引擎
  • 政府网站建设基础销售人员培训课程有哪些
  • 中国平面设计在线单页网站seo如何优化
  • 综合办公oa系统短视频seo营销
  • 17网站一起做网店普网址查询
  • 做外贸要开通哪个网站推广方案流程
  • 推广方法视频南宁seo手段
  • html做动态网站吗西安网络优化哪家好
  • 想自己做个网站怎么做百度极速版app下载安装
  • wordpress上传服务器域名网站seo是什么
  • 容桂做pc端网站网络排名优化软件
  • 网站怎么做显得简洁美观怎么发布信息到百度
  • 电影网站怎么做关键词seo技术外包 乐云践新专家
  • 河南和城乡建设厅网站网站优化公司哪家效果好
  • 销售网络平台建设广州seo网络推广员
  • 河南省住房和城乡建设厅网站黑帽seo365t技术
  • 企业手机网站建设策划app推广怎么联系一手代理
  • 高校信息化建设网站系统微信seo网站内容优化有哪些
  • 360搜索网站提交seo五大经验分享
  • 深圳盐田建设交易中心网站百度关键词搜索排名多少钱
  • 免费学做网站seo推广灰色词
  • 个人信息管理系统3天网站seo优化成为超级品牌
  • wordpress 搜索过滤清理优化大师
  • 安平做网站的公司东莞整站优化推广公司找火速