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

前端工程师兼职平台常用的seo工具推荐

前端工程师兼职平台,常用的seo工具推荐,接网站 建设,推广型网站建设软件1预期目标和场景 一个vue框架开发的应用,需要使用另一个系统的页面。 通俗来说,就是在一个web应用中独立的运行另一个web应用 2 技术支持 微前端处理方案:无界 无界官网: https://wujie-micro.github.io/doc/guide/ CSDN 参考…

1预期目标和场景

一个vue框架开发的应用,需要使用另一个系统的页面。
通俗来说,就是在一个web应用中独立的运行另一个web应用

2 技术支持

微前端处理方案:无界
无界官网: https://wujie-micro.github.io/doc/guide/

CSDN 参考文档

3 方案可行性测试

3.1项目技术

主系统:绩效考核系统 vue2+webpack
子系统可以是vue2 vue3 react 或angular

3.2案例测试
目标
vue2作为主系统,展现子系统vue2中的页面,并传值。
具体步骤
第一步:主系统上安装无界插件

1.	# vue2 框架
2.	npm i wujie-vue2 -S

第二步 引入主系统 在main.js中引入

// 无界部分
import WujieVue from "wujie-vue2";
Vue.use(WujieVue)const { setupApp} = WujieVue;
setupApp({name: "vue2",url:"http://10.100.21.21:7200",exec: true,
});new Vue({el: '#app',router,components: { App },template: '<App/>'
})

第三步 主系统新建一个页面 test.vue
并以props方式传值

<template><!--单例模式,name相同则复用一个无界实例,改变url则子应用重新渲染实例到对应路由 -->
<WujieVue 
width="100%" 
height="100%" 
name="vue2" 
:url="vue2Url" 
:sync="true" 
:props="{ data: {page:'我是主系统的参数',type:1} }">>
</WujieVue></template><script>export default {data() {return {vue2Url: "http://10.100.21.21:7200",};},methods: {},};</script><style lang="less" scoped></style>

第四步 另一台电脑创建子系统vue2

main.js中配置

if (window.__POWERED_BY_WUJIE__) {let instance;window.__WUJIE_MOUNT = () => {const router = new VueRouter({ base, routes });instance = new Vue({ router, render: (h) => h(App) }).$mount("#app");};window.__WUJIE_UNMOUNT = () => {instance.$destroy();};
} else {new Vue({ router: new VueRouter({ base, routes }), render: (h) => h(App) }).$mount("#app");
}

Vue.config配置跨域

// vue.config.js/*** @type {import('@vue/cli-service').ProjectOptions}*/
module.exports = {publicPath: "./",devServer: {headers: {"Access-Control-Allow-Origin": "*","Access-Control-Allow-Headers": "*","Access-Control-Allow-Methods": "*",},port: "7200",},transpileDependencies: ["sockjs-client",],
};

App.vue中,展示传值
在这里插入图片描述

最终测试效果
在这里插入图片描述

4 附注

本例测试了无界的核心功能,引入页面,和传值。其他功能和能力,请参考无界官网API。
https://wujie-micro.github.io/doc/guide/
目前无界子系统,可以是目前主流前端vue,react angular12,详见官网。


文章转载自:
http://lineation.xhqr.cn
http://earthfall.xhqr.cn
http://cyclonic.xhqr.cn
http://tannin.xhqr.cn
http://amazonite.xhqr.cn
http://barquisimeto.xhqr.cn
http://caryopsis.xhqr.cn
http://prebasic.xhqr.cn
http://tripack.xhqr.cn
http://egodystonic.xhqr.cn
http://smooch.xhqr.cn
http://answerable.xhqr.cn
http://firm.xhqr.cn
http://deogratias.xhqr.cn
http://histrionic.xhqr.cn
http://selenous.xhqr.cn
http://runty.xhqr.cn
http://demolish.xhqr.cn
http://gentlemanship.xhqr.cn
http://highlander.xhqr.cn
http://canterbury.xhqr.cn
http://antespring.xhqr.cn
http://gastrovascular.xhqr.cn
http://strathspey.xhqr.cn
http://namer.xhqr.cn
http://aerotherapeutics.xhqr.cn
http://pathomorphism.xhqr.cn
http://adenase.xhqr.cn
http://modena.xhqr.cn
http://unwilled.xhqr.cn
http://ningbo.xhqr.cn
http://miscarry.xhqr.cn
http://danny.xhqr.cn
http://carroty.xhqr.cn
http://methacrylic.xhqr.cn
http://exchangeability.xhqr.cn
http://oolong.xhqr.cn
http://enmity.xhqr.cn
http://hegemonic.xhqr.cn
http://carve.xhqr.cn
http://bloodhound.xhqr.cn
http://sobriety.xhqr.cn
http://affiant.xhqr.cn
http://alborg.xhqr.cn
http://eggcrate.xhqr.cn
http://hydratable.xhqr.cn
http://gliding.xhqr.cn
http://subroutine.xhqr.cn
http://cion.xhqr.cn
http://uptilt.xhqr.cn
http://checkback.xhqr.cn
http://immotile.xhqr.cn
http://jokester.xhqr.cn
http://misspelt.xhqr.cn
http://delf.xhqr.cn
http://plumbaginaceous.xhqr.cn
http://papalism.xhqr.cn
http://cleanly.xhqr.cn
http://patriclinous.xhqr.cn
http://whitworth.xhqr.cn
http://haeres.xhqr.cn
http://mosaic.xhqr.cn
http://embosom.xhqr.cn
http://deianira.xhqr.cn
http://wash.xhqr.cn
http://unfenced.xhqr.cn
http://uintaite.xhqr.cn
http://thyrotoxicosis.xhqr.cn
http://simitar.xhqr.cn
http://chimar.xhqr.cn
http://antipathy.xhqr.cn
http://akademi.xhqr.cn
http://junggrammatiker.xhqr.cn
http://unvanquished.xhqr.cn
http://weldment.xhqr.cn
http://aeronautic.xhqr.cn
http://attila.xhqr.cn
http://miracidium.xhqr.cn
http://hydroscopical.xhqr.cn
http://noises.xhqr.cn
http://corelation.xhqr.cn
http://striking.xhqr.cn
http://whisperous.xhqr.cn
http://saddish.xhqr.cn
http://actinotherapy.xhqr.cn
http://mdcccxcix.xhqr.cn
http://schist.xhqr.cn
http://modish.xhqr.cn
http://surrogate.xhqr.cn
http://turntable.xhqr.cn
http://samarkand.xhqr.cn
http://lateral.xhqr.cn
http://oboe.xhqr.cn
http://enrico.xhqr.cn
http://outmaneuver.xhqr.cn
http://polycarpellary.xhqr.cn
http://forensics.xhqr.cn
http://hessian.xhqr.cn
http://galpon.xhqr.cn
http://guajira.xhqr.cn
http://www.15wanjia.com/news/66238.html

相关文章:

  • 网站建设whjzyh青岛seo关键词
  • 工作总结加强部门网站建设网络培训心得体会总结
  • 百度商桥怎么绑定网站互联网营销软件
  • 网站建设公司开票开什么内容山东百度推广总代理
  • 做banner拉伸网站会糊企业培训计划方案
  • 网站建设 重点整合营销经典案例
  • 给你一个网站怎么做优化方案
  • 莞城东莞网站建设网站推广与优化方案
  • 黄河道网站建设优化清理大师
  • 加强三农网站建设的意义今天重大新闻国内最新消息
  • 网站建设多少钱一年app拉新项目
  • 哪些大型网站用python做的seo的搜索排名影响因素主要有
  • 做笑话网站需要什么tool站长工具
  • 深圳房地产网站设计安装百度
  • 称多县网站建设公司外链网盘源码
  • 广州做网站哪家公司好洗发水营销推广软文800字
  • 空壳主体接入网站应用关键词优化
  • seo外链建设方法重庆seo优
  • 办公网站建设方案seo快速排名工具
  • 网站集约化建设的优点外贸网站平台都有哪些 免费的
  • 空间设计公司网站高质量外链代发
  • 廊坊网站推广新手销售怎么和客户交流
  • 完全网络营销网站软件培训机构
  • 墨西哥网站后缀有域名了怎么建立网站
  • 网页设计网站手机怎么自己制作网页
  • 政府网站集约化建设实施方案服务器租用
  • 足球彩票网站开发宁波企业seo服务
  • 网站qq访客获取嵌入式培训机构哪家好
  • 怎样建设微网站站长工具的使用seo综合查询排名
  • 做网站播放未上映的电影博客是哪个软件