Folder Structure
- Admin // Start your production with folder structure
-
-
app
- common // Common components, types, validation components and filter for use in whole project
- http // Simply added axios and common http service
- lib // To centralize all external imported packages
- locales // To centralize all languages
- appConfigurations.ts // To centralize all .env variables
- const.ts // To centralize all const
- localStorage.ts
- assets
- components
- layouts
- plugins
- router
- store
- views // Includes all routes view pages
- App.vue
- main.ts // Config registered plugin, styles, and added global components
- vite-env.d.ts
-
app