Directory Structure
A simple and intuitive folder structure makes it easy for you to find what you want.
Under the mantis-vuetify-vuejs/ directory, You will find the following folder structure.
mantis-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
β βββ 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