File Structure

Here is the general file structure of the template:

Dashboard File Structure
  • Code-vue
    • public
      • assets
        • client-images
        • images
          • All images regarding this templates
          • loader.gif
          • favicon.ico
      • vendor
        • All js regarding this templates
    • src
      • assets
        • scss
          • js
            • circle-progress.js
            • countdown.js
          • scss
              • bootstrap
                • forms
                • helpers
                • mixins
                • tests
                • utilities
                • vendor
              • custom
                • apps
                • dark
              • customizer
                • _root.scss
                • _variables.scss
              • datum-design-system
                • components
                • helper
                • plugins
                • variables
              • custom.scss
              • customizer.scss
              • datum.scss
        • components
            partials
            • widgets
            • Footer.vue
            • Header.vue
            • logo.vue
            • Sidebar.vue
            • VerticalNav.vue
        • hooks
            useDatatable.js
        • layouts
          • BlankLayout.vue
          • DefaultLayout.vue
        • plugins
          • countdown.js
          • sidebar.js
        • router
          • default-routes.js
          • index.js
        • views
          • app
          • components
          • pages
          • IndexPage.vue
        • App.vue
        • main.js
        • .htaccess
        • package.json
        • vite.config.js