File Structure
Here is the general file structure of the template:
Template File Structure
-
frontend
-
public
-
assets
- images
- All images regarding this templates
- favicon.ico
- loader.gif
- logo-hotstar.webp
- logo-hulu.webp
- logo-icon.webp
- logo-prime.webp
- logo.webp
- video
- sample-video.mp4
- trailer.mp4
- vendor
- fevicon.ico
- images
-
assets
-
src
-
assets
- Custom
-
scss
-
bootstrap
- forms
- helper
- mixins
- tests
- utilites
- vendor
- All bootstrap scss
-
custom
- pages
- slider
- ui-kit
- widget
-
rtl
- components
- custom
- _index.scss
-
streamit design
system
- components
- helper
- plugins
- variables
- _root.scss
- _variables-dark.scss
- _variables.scss
- custom.scss
- rtl.scss
- streamit.scss
-
bootstrap
-
vendor
- All Third Party plugin
-
components
- blog
- brand
- cards
- counter
- merchandise
- partial
- plugins
- sections
- slider
-
assets
-
public
- lang
- layout
- plugins
- router
- staticData
- store
- utilites
-
views
- All folders base on section which is used on pages
- App.vue
- i18n.js
- main.js
Dashboard File Structure
-
dashboard
-
public
-
assets
- images
- All images regarding this templates
- loader.gif
- vendor
- favicon.ico
- images
-
assets
- src
-
assets
- custom
-
scss
-
bootstrap
- forms
- helper
- mixins
- tests
- utilites
- vendor
- All bootstrap scss
-
custom
- all Custom .scss files of templates
-
customizer
- _root.scss
- _variables.scss
-
rtl
- components
- page
- reboot
- utilites
- _index.scss
-
streamit design
system
- components
- helper
- layout-style
- plugins
- variables
- _root.scss
- _variables.scss
- _variables-dark.scss
- sweet-aleart
- _custom-variavble.scss
- custom.scss
- customizer.scss
- dashboard-custom.scss
- pro.scss
- rtl.scss
- streamit.scss
-
bootstrap
-
vendor
- Third Party Modules
-
components
- core
- custom
- customizer
- partial
- rating
- setting
- widgets
- wizard
-
assets
- hooks
- langs
- layouts
- plugins
- router
- store
- utilities
- Views
- All folders base on section which is used on pages
- App.vue
- i18n.js
- main.js
-
public
- .env.example
- .gitignore
- .htaccess
- index.html
- package.json
- vite.config.js