Overview:
We highly recommend utilizing our comprehensive starter kit. This kit has been meticulously designed to offer all the essential components necessary to initiate your project development swiftly and proficiently. It includes:
- Layouts:
- Authentication Pages:
- Starter Page:
- coming soon Page:
- Maintenance Page:
What is the difference between Admin vs Starterkit?
Admin | Starterkit | |
---|---|---|
Layouts | True |
True |
Pages | 110+ pages. | Starter kit has only Auth, blank and starter pages. |
Which is suitable for new project? | False |
True |
Which is suitable for customize? | True |
False |
Support | True |
True |
Regular Update | True |
True |
Folder Structure:
- Admin
-
- assets // includes all scss, fonts, images, lang, js files for the development.
- components // Includes all the common files.
- helpers
- layout // all the layout of admin related files are here.
- locales // it contains languages json files.
- routes // You can find descriptions for all the route paths in all routes.js file.
- state // store folder used for middleware saga and reducer.
- 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