Folder Structure

Folder Structure

src/
    `-- assets/
      ├── css/
      |   |-- bootstrap.css
      |   |-- bootstrap.css.map
      |   |-- style.css
      |   |-- style.css.map
      |   |-- icon.css
      |   |-- icon.css.map
      ├── icon-fonts/
      `-- scss/
  • Spruha - Vue-3 Admin & Dashboard Template / : Root template folder contain all js, css, scss, images and other files.
  • assets/ : Folder contain all the Admin Template assets which has css, js, scss, and images.
    • css/: Folder contain assets which has complete styles.
      • icon : icon.css has all template icons link are importated.
      • style : Main style sheet for template.
      • Bootstrap : bootstrap styles for both LTR as well as RTL sheet for template.
    • scss/ : Folder contain all pages scss files which includes dark-theme,rtl,menustyles,headerstyles etc.