0.0.5 • Published 4 years ago

red-grape v0.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

基于single-spa的微前端框架

解决了微前端项目资源加载的问题

安装

npm install red-grape --save

使用

import Grape from 'red-grape'

new Grape([
        {
            name:'xxx',// 项目名
            projectIndex:'http://xxxx.com',// 项目访问入口
            base:false,// 是否需要一直在页面中显示
            path:'#/goods',// 项目显示条件。可以是数组
            routeMode: 'hash' // 路由模式
        }
    ])
    .start()
0.0.5

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago