src/
├── assets/
├── |-- audio/
├── |-- icon-fonts/
| |-- |-- bootstrap-icons/
| |-- |-- boxicons/
| |-- |-- feather/
| |-- |-- font-awesome/
| |-- |-- line-awesome/
| |-- |-- materialdesignicons/
| |-- |-- Remixicon/
| |-- |-- simple-line-icons/
| |-- |-- tabler-icons/
| |-- |-- typicons/
├── |-- images/
├── |-- js/
├── |-- scss/
| |-- |-- bootstrap/
| |-- |-- custom/
| |-- |-- menu-styles/
| |-- |-- pages/
| |-- |-- Util/
| |-- |-- _switcher.scss
| |-- |-- _variables.scss
| |-- |-- icons.scss
| |-- |-- styles.scss
├── |-- video/
├── html/
| |-- partials/
| |-- |-- commonjs.html
| |-- |-- custom_switcherjs.html
| |-- |-- footer.html
| |-- |-- header.html
| |-- |-- loader.html
| |-- |-- mainhead.html
| |-- |-- responsive-search-modal.html
| |-- |-- rightsidebar.html
| |-- |-- sidebar.html
| |-- |-- switcher.html
gulpfile.js
package-lock.json
package.json
Volgh – Premium Bootstrap-5 Admin Template /
: Root template folder contain all html, js, css, scss, images
and other files.
assets/
: Folder contain all the Volgh Template assets which has css, js, scss, and images.
icon-fonts/
: Folder contain all types of icons which is used in this template.
images/
: Template images.
js/
: Folder contain all the template pages js files.
scss/
: Folder contain all pages scss files and all plugins scss files also included.
Video/
: Folder contains video used in this template.
html
: All HTML Pages.Partials/
:
1. This folder have all common html files which we commonly used in all html pages. If you want to add content which you need in all html pages you just create new file and add content to that. No need to add that whole content to every page, you just add that link into all html pages.
2. Import that created file link into all html pages with <!-- include sample.html"-->
gulpfile.js
: Gulp tasks js file.package.json
: package json file.Note: If you want to use only CSS format then you should follow below process.
Step-1: Remove complete src folder.
Step-2: Remove "esbuild.config.js", "package.json", "package-lock.json" files.
Step-3: You can use only dist folder,if you dont want to use scss.