File Structure

Here is the general file structure of the template:

Template File Structure
  • Code-vue
    • public
      • assets
        • images
          • All images regarding this templates
          • down-aerrow.gif
          • favicon.ico
          • glass-card.png
          • loader.gif
          • logo-mini-white.png
          • logo-mini.png
          • logo-white.png
          • logo.png
      • vendor
    • src
      • assets
        • js
          • Charts
          • plugins
          • setting
          • Table
          • booksto-advance.js
          • booksto.js
          • custom.js
          • formwizard.js
          • setting-init.js
          • sidebar.js
          • vertical_slider.js
        • scss
          • booksto-design-system
            • components
            • helper
            • layout-style
            • plugins
            • variables
            • _root.scss
            • _variables-dark.scss
            • _variables.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
          • booksto.scss
          • custom.scss
          • customizer.scss
          • rtl.scss
        • vendor
          • Third Party Modules
        • vendor
      • components
        • bootstrap
        • 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
    • .env
    • .env.example
    • .gitignore
    • .htaccess
    • index.html
    • jsconfig.json
    • package-lock.json
    • package.json
    • README.md
    • vite.config.js