Skip to content
This repository was archived by the owner on Sep 13, 2025. It is now read-only.
This repository was archived by the owner on Sep 13, 2025. It is now read-only.

Not implemented lazy loading for routes #1

Description

@kevinta893

Pretty new to Vue and Vue Router, but I haven't managed to get router and web pack to lazy load routes properly in this demo. I think it is important to keep in mind if you are considering building large scale applications with this that has complex dependencies and require a lot of bundle distribution.

Example, the route for NotFound should be the following:

{
    path: '/NotFound',
    alias: '*',
    name: 'NotFound',
    component: () => import('./Views/NotFound.vue')
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions