UNPKG
spike-micro-web
Version:
latest (1.0.1)
1.0.1
1.0.0
微前端框架
spike-micro-web
/
index.js
4 lines
(3 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
import
{ registerMicroApps, start }
from
'./src/start'
;
import
{ createStore }
from
'./src/store'
;
export
{ registerMicroApps, start, createStore }