Sha256: d3479343d64e1806e8aaf0341dd9a3811bc1b2598fd9dcac91ec29612abe8f6e

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 KB

Contents

/*
Copyright (c) 2020, all rights reserved.

All the information provided by this platform is protected by international laws related  to 
industrial property, intellectual property, copyright and relative international laws. 
All intellectual or industrial property rights of the code, texts, trade mark, design, 
pictures and any other information belongs to the owner of this platform.

Without the written permission of the owner, any replication, modification,
transmission, publication is strictly forbidden.

For more information read the license file including with this software.

// · ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~
// · 
*/


// · 
import application from "Lesli/application"


// · 
import appDashboardShow from "LesliBabel/apps/dashboards/show.vue"
import appRelevantsIndex from "LesliBabel/apps/relevants/index.vue"
import appTranslationsIndex from "LesliBabel/apps/translations/index.vue"
import appModulesShow from "LesliBabel/apps/modules/show.vue"


// · 
application("LesliBabel", [{
    path: "/",
    component: appDashboardShow
}, {
    path: "/dashboard",
    component: appDashboardShow
}, {
    path: "/translations",
    component: appTranslationsIndex
}, {
    path: "/relevants",
    component: appRelevantsIndex
}, {
    path: "/modules/:id",
    component: appModulesShow
}])

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lesli_babel-0.2.0 lib/vue/application.js
lesli_babel-0.1.0 lib/vue/application.js