File Structure

Here is the general file structure of the template:

Template File Structure
  • frontend
    • public
      • assets
        • images
          • All images regarding this templates
          • favicon.ico
          • loader.gif
          • logo-hotstar.webp
          • logo-hulu.webp
          • logo-icon.webp
          • logo-prime.webp
          • logo.webp
        • video
          • sample-video.mp4
          • trailer.mp4
        • vendor
        • fevicon.ico
    • src
      • assets
        • Custom
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • tests
            • utilites
            • vendor
            • All bootstrap scss
          • custom
            • pages
            • slider
            • ui-kit
            • widget
          • rtl
            • components
            • custom
            • _index.scss
          • streamit design system
            • components
            • helper
            • plugins
            • variables
            • _root.scss
            • _variables-dark.scss
            • _variables.scss
          • custom.scss
          • rtl.scss
          • streamit.scss
        • vendor
          • All Third Party plugin
      • components
        • blog
        • brand
        • cards
        • counter
        • merchandise
        • partial
        • plugins
        • sections
        • slider
      • lang
      • layout
      • plugins
      • router
      • staticData
      • store
      • utilites
      • views
        • All folders base on section which is used on pages
      • App.vue
      • i18n.js
      • main.js
    • .env.example
    • .gitignore
    • .htaccess
    • index.html
    • package.json
    • vite.config.js
Dashboard File Structure
  • dashboard
    • public
      • assets
        • images
          • All images regarding this templates
          • loader.gif
        • vendor
        • favicon.ico
    • src
      • assets
        • custom
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • tests
            • utilites
            • vendor
            • All bootstrap scss
          • custom
            • all Custom .scss files of templates
          • customizer
            • _root.scss
            • _variables.scss
          • rtl
            • components
            • page
            • reboot
            • utilites
            • _index.scss
          • streamit design system
            • components
            • helper
            • layout-style
            • plugins
            • variables
            • _root.scss
            • _variables.scss
            • _variables-dark.scss
          • sweet-aleart
          • _custom-variavble.scss
          • custom.scss
          • customizer.scss
          • dashboard-custom.scss
          • pro.scss
          • rtl.scss
          • streamit.scss
        • vendor
          • Third Party Modules
      • components
        • core
        • custom
        • customizer
        • partial
        • rating
        • setting
        • widgets
        • wizard
    • hooks
    • langs
    • layouts
    • plugins
    • router
    • store
    • utilities
    • Views
      • All folders base on section which is used on pages
    • App.vue
    • i18n.js
    • main.js
  • .env.example
  • .gitignore
  • .htaccess
  • index.html
  • package.json
  • vite.config.js