Folder Structure
Use below velzon structure for modify and better understand the Velzon.
1. Velzon Bottle Folders
Folder | Path | Uses |
---|---|---|
|
Admin/default/src |
All src files here. |
|
Admin/default/views |
All html files here. |
|
Admin/default |
Apps files here. |
|
Admin/default |
Components files here, you can add your custom components. |
|
Admin/default |
Dashboards files here. |
|
Admin/default |
Layouts files here. |
|
Admin/default |
Pages files here. |
|
Admin/default |
Main files here. |
|
Admin/default |
gulp related code. if you don't have knowledge about this then don't modify it. |
|
Admin/default |
package.json files here. |
2. Velzon Bottle partials Files
File | Path | Uses |
---|---|---|
|
templates/partials/base |
All base structure files here. |
|
templates/partials/footer |
Footer related code. you can modify as per your requirements. |
|
templates/partials/customizer |
Customizer related code. |
|
templates/partials/sidebar |
Sidebar menus related code, you can add new menu here. |
|
templates/partials/topbar |
Topbar related code here, you can easily customize topbar from here. |
|
templates/partials/base |
Common css placed here,extra css includes in html files. |
|
templates/partials/base |
Common javascript includes here, extra javascript includes in html files. |
3. Velzon Layouts Files
File | Path | Uses |
---|---|---|
|
layouts/ |
Detached layout file here. |
|
layouts/ |
Horizontal layout file here. |
|
layouts/ |
Two column layout file here. |
|
layouts/ |
Vertical hovered layout file here. |
- Admin
-
-
src
-
fonts
-
images
-
js
-
json
-
lang
-
scss
-
-
views
-
apps.py
-
components.py
-
dashboards.py
-
environment-config.json
-
gulpfile.js
-
layouts.py
-
main.py
-
pages.py
-
package.json
-
yarn.lock
-