Directory Structure
A simple and intuitive folder structure makes it easy for you to find what you want.
berry-vuetify-vue
..
βββ public
βββ src
β βββ _mockApis -> Mock JSON data to be used for apps
β βββ assets
β β βββ images
β βββ components
β βββ composables
β βββ data
β βββ layouts
β β βββ blank
β β βββ full
β βββ pages -> All Pages
β βββ plugins
β βββ router -> Different route based on layouts
β βββ SCSS -> Theme overrides styles
β βββ stores -> Getters and Actions
β βββ theme -> Contains theme style and theme
β β βββ DarkTheme.ts
β β βββ LightTheme.ts
β βββ types -> Types for TypeScript
β βββ utils
β β βββ locales -> Languages .json files
β β βββ helpers
β βββ App.vue -> Starting point of application
β βββ config.ts -> Template const value & live customizer
β βββ main.ts -> Application root ts file
βββ eslint.config.js -> ESLint configuration file
βββ index.html -> The main HTML entry point of the application.
βββ tsconfig.vite-config.json
βββ typed-router.d.ts -> Auto-generated routes-should not be manually edited.
βββ vite.config.ts -> Main configuration file for Vite
βββ tsconfig.json
βββ package.jsonLast updated