File Structure

Here is the general file structure of the template:

Template File Structure
  • Code-vue
    • public
      • assets
        • images
          • booking
          • error
          • icon
          • login
          • page-img
          • small
          • user
          • vectormap
          • bg-03.jpg
          • favicon.ico
          • loader.gif
          • glass-card.png
          • loader.gif
          • logo-full2.png
          • logo-white.png
          • logo.png
          • logo1.png
          • project-icon.png
      • vendor
    • src
      • assets
        • js
          • xray
          • custom.js
          • sidebar.js
          • slider.js
          • vector-map.js
          • xray-advance.js
          • xray.js
        • scss
          • bootstrap
            • forms
            • helpers
            • mixins
            • tests
            • utilites
            • vendor
          • custom
            • auth
            • customizer
            • pages
            • ui-kit
          • customizer
            • _root.scss
            • _variables.scss
          • rtl
            • components
            • plugins
            • reboot
            • utilities
            • _index.scss
          • xray
            • custom
              • custom.scss
          • xray-design-system
            • components
            • helper
            • layout-style
            • plugins
            • variables
            • _root.scss
            • _variables-dark.scss
            • _variables.scss
          • custom.scss
          • customizer.scss
          • rtl.scss
          • xray.scss
        • vendor
          • Third Party Modules
      • components
        • chart
        • custom
        • partials
          • All header, footer and sidebar file
        • setting
        • validation
        • widgets
          • Widgets that are used globally in the template.
      • hooks
      • layouts
        • BlankLayout.vue
        • DefaultLayout.vue
      • plugins
      • router
      • store
      • utilities
      • Views
        • All .vue files
      • App.vue
      • main.js
    • gitignore
    • index.html
    • jsconfig.json
    • package.json
    • README.md
    • vite.config.js