Folder Structure
Use below velzon structure for modify and better understand the Velzon.
1. Velzon Vue Folders
| Folder | Path | Uses |
|---|---|---|
|
|
src/ |
All Assets files here. |
|
|
src/ |
All Application Data here. you can add your custom data also |
|
|
src/ |
All Components here. you can add your custom components also |
|
|
src/ |
All Helper files. you can add your custom helper also |
|
|
src/ |
All Language related files. you can add your required language also |
|
|
src/ |
All Layouts files here. |
|
|
src/ |
You can add new route in src/router/routes.js. |
|
|
src/ |
All Application state here. you can added other state also. |
|
|
src/ |
All View components here. you can added your components also. |
|
|
/ |
Firebase Authentication related Code. if you don't have knowledge about this then don't modify it. |
|
|
/ |
Localization related Code. if you don't have knowledge about this then don't modify it. |
|
|
/ |
App File of Application. if you don't have knowledge about this then don't modify it. |
|
|
/ |
Main File of Application. if you don't have knowledge about this then don't modify it. |
2. Velzon Vue Layout Files
| File | Path | Uses |
|---|---|---|
|
|
src/layouts |
Horizontal Layout related code. |
|
|
src/layouts |
Main Layout related code. |
|
|
src/layouts |
Twocolumn Layout related code. |
|
|
src/layouts |
Vertical Layout related code. |
3. Velzon Vue Component Files
| File | Path | Uses |
|---|---|---|
|
|
src/components |
Page title component, you can easily customize it. |
|
|
src/components |
Footer component, you can easily customize it. |
|
|
src/components |
Menu component, you can easily customize it. |
|
|
src/components |
Navbar component, you can easily customize it. |
|
|
src/components |
Right Sidebar component, you can easily customize it. |
4. Velzon Vue Auth Files
| File | Path | Uses |
|---|---|---|
|
|
src/views/account |
Login view page code, if you need to customize login you can do from this. |
|
|
src/views/account |
Registration page view code. |
|
|
src/views/account |
Forget password page view code. |
assets
authUtils.js