Skip to content

mqhe2007/vue-module-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-module-loader

vue-module-loader 是一个 Vue 插件,让你使用类似于微前端的架构开发 Vue 应用。

Let you use the micro front-end architecture to build Vue applications

推荐使用vue-module-creator生成样板工程。

$ yarn global add vue-module-creator
$ vmc create

安装

yarn add vue-module-loader

快速开始

// 导入插件
import Vue from 'vue'
import vueModuleLoader from 'vue-module-loader'
// 安装使用,配置项中router实例和store实例必传。
Vue.use(vueModuleLoader, { router, store })
const app = new Vue({...})
// 使用插件提供的能力
app.$moduleLoader({
  module1: '//domain.com/module1.js'
})

About

vue 微前端 Let you use the micro-frontends architecture to build Vue applications

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published