@stilljs/apploader
Version:
Still.js Lib for integrating microservices to other Libraries/Frameworks (e.g. React)
24 lines (18 loc) • 467 B
JavaScript
/**
* Don't change the constante name as it'll impact on the component routing
*/
export const stillRoutesMap = {
viewRoutes: {
regular: {
HomeComponent: {
path: "app/home",
url: "/HomeComponent"
},
CounterComponent: {
path: "app/components",
url: "/counter"
}
},
lazyInitial: {}
}
}