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