Folder Structure
Here is the Vue3 depiction of the folder arrangement. To facilitate layout management
and
expedite development, we've meticulously designed partials. Incorporating a starter
kit that serves as a launchpad for commencing projects from the ground up.
- Admin
-
- assets // includes all scss, fonts, images files for the development.
- components // Includes all the common files.
- helpers
- layout // includes layout.js file.
- locales // includes lang files .
- router // You can find descriptions for all the route paths in all routes.js file.
- state // store folder used for Pinia.
- views // Every single pages of Skote id described here with functionality.
- App.config.json
- App.vue // scss and middleware like fakebackend and firebase are imported here.
- authUtils.js // this file is the main file which renders the app.
- i18n.js
- main.js
Here is the Vue + Laravel depiction of the folder arrangement. To facilitate layout
management and
expedite development through Gulp, we've meticulously designed partials. Incorporating a
starter
kit that serves as a launchpad for commencing projects from the ground up.