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.

datta-able-vue-bootstrap-js
..

β”œβ”€β”€ public
β”‚   β”œβ”€β”€ assets
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ assets
β”‚   β”‚   β”œβ”€β”€ fonts
β”‚   β”‚   β”œβ”€β”€ images
β”‚   β”‚   β”œβ”€β”€ scss                   -> Theme overrides styles
β”‚   β”œβ”€β”€ components
β”‚   β”œβ”€β”€ layouts
β”‚   β”‚   β”œβ”€β”€ blank
β”‚   β”‚   β”œβ”€β”€ dashboard
β”‚   β”œβ”€β”€ router                    -> Different route based on layouts
β”‚   β”œβ”€β”€ stores                    -> Getters and Actions
β”‚   β”œβ”€β”€ third-party            
β”‚   β”œβ”€β”€ types                     -> Types for TypeScript
β”‚   β”œβ”€β”€ utils
β”‚   β”‚   β”œβ”€β”€ utils.ts    
β”‚   β”œβ”€β”€ views                     -> All Page views
β”‚   β”œβ”€β”€ App.vue                   -> Starting point of application
β”‚   β”œβ”€β”€ config.ts                 -> Template const value & live customizer
β”‚   β”œβ”€β”€ main.ts                  -> Application root ts file
β”œβ”€β”€ eslint.config.ts
β”œβ”€β”€ tsconfig.json
β”œβ”€β”€ index.html             
β”œβ”€β”€ package.json
β”œβ”€β”€ vite.config.ts

Last updated