Directory Structure
A simple and intuitive folder structure makes it easy for you to find what you want.
Under theberry-vuetify-vue/
directory, You will find the following folder structure.
berry-vuetify-vue
..
โโโ public
โโโ src
โ โโโ _mockApis -> Mock JSON data to be used for apps
โ โโโ assets
โ โ โโโ images
โ โโโ components
โ โโโ layouts
โ โ โโโ blank
โ โ โโโ full
โ โโโ plugins
โ โโโ router -> Different route based on layouts
โ โโโ SCSS -> Theme overrides styles
โ โโโ stores -> Getters and Actions
โ โโโ theme -> Contains theme style and theme
โ โ โโโ DarkTheme.
โ โ โโโ LightTheme.ts
โ โโโ types -> Types for TypeScript
โ โโโ utils
โ โ โโโ locales -> Languages .json files
โ โ โโโ helpers
โ โโโ views -> All Page views
โ โโโ App.vue -> Starting point of application
โ โโโ config.ts -> Template const value & live customizer
โ โโโ index.ts -> Application root ts file
โโโ tsconfig.vite-config.json
โโโ tsconfig.json
โโโ index.html
โโโ package.json
Last updated