Directory Structure
A simple and intuitive folder structure makes it easy for you to find what you want.
Under theberry-vuetify-vue/
directory, you will find the following folder structure.
datta-able-vue-bootstrap-js
..
βββ public
β βββ assets
βββ src
β βββ assets
β β βββ fonts
β β βββ images
β β βββ scss -> Theme overrides styles
β βββ components
β βββ layouts
β β βββ blank
β β βββ dashboard
β βββ router -> Different route based on layouts
β βββ stores -> Getters and Actions
β βββ third-party
β βββ types -> Types for TypeScript
β βββ utils
β β βββ utils.ts
β βββ views -> All Page views
β βββ App.vue -> Starting point of application
β βββ config.ts -> Template const value & live customizer
β βββ main.ts -> Application root ts file
βββ eslint.config.ts
βββ tsconfig.json
βββ index.html
βββ package.json
βββ vite.config.ts
Last updated