Directory Structure
A simple and intuitive folder structure makes it easy for you to find what you want.
Under the berry-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.jsonLast updated