Module Structure

Here is the general module structure of the assets:

  • assets
    • modules
      • appointment
        • images
          • contains images of this module
        • scss
          • contains scss of this module
      • blog
        • images
          • contains images of this module
        • scss
          • contains scss of this module
      • chat
        • images
          • contains images of this module
        • scss
          • contains scss of this module
      • e-commerce
        • images
          • contains images of this module
        • scss
          • contains scss of this module
      • file-manager
        • images
          • contains images of this module
        • scss
          • contains scss of this module
      • mail
        • images
          • contains images of this module
        • scss
          • contains scss of this module
      • social-app
        • images
          • contains images of this module
        • scss
          • contains scss of this module

Here is the general module structure of the routes:

  • components
    • router
      • modules-routes
        • appointment
          • routes of this modules
        • blog
          • routes of this modules
        • chat
          • routes of this modules
        • e-commerce
          • routes of this modules
        • file-manager
          • routes of this modules
        • mail
          • routes of this modules
        • social-app
          • routes of this modules

Here is the general module structure of the components:

  • components
    • modules
      • appointment
        • components of this modules
      • blog
        • components of this modules
      • chat
        • components of this modules
      • e-commerce
        • components of this modules
      • file-manager
        • components of this modules
      • mail
        • components of this modules
      • social-app
        • components of this modules

Here is the general module structure of the view:

  • views
    • modules
      • appointment
        • view files of this modules
      • blog
        • view files of this modules
      • chat
        • view files of this modules
      • e-commerce
        • view files of this modules
      • file-manager
        • view files of this modules
      • mail
        • view files of this modules
      • social-app
        • view files of this modules

Here is the general module structure of the layouts:

  • src
    • layouts
      • modules
        • appointment
          • layout of this modules
        • blog
          • layout of this modules
        • chat
          • layout of this modules
        • e-commerce
          • layout of this modules
        • file-manager
          • layout of this modules
        • mail
          • layout of this modules
        • social
          • layout of this modules