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