Directory Structure
A simple and intuitive folder structure makes it easy for you to find what you want.
Under the able-pro-vuetify-vue/ directory, You will find the following folder structure.
able-pro-vuetify-vue
..
βββ public
βββ src
β βββ _mockApis -> Mock JSON data to be used for apps
β βββ assets
β β βββ images
β βββ components
β βββ 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
β βββ views -> All Page views
β βββ App.vue -> Starting point of application
β βββ config.ts -> Template const value & live customizer
βββ tsconfig.vite-config.json
βββ vite.config.ts
βββ tsconfig.json
βββ index.html
βββ package.jsonLast updated