Folder Structure
Use below velzon structure for modify and better understand the Velzon.
1. Velzon Nodejs Folders .
Folder | Path | Uses |
---|---|---|
|
./controllers |
All Controllers files here. |
|
./models |
All Nodejs models . you can add your custom also |
|
./public |
After Gulp generated folder. |
|
./routes |
You can add new route in Routes/route.js . |
|
./src |
All Assets or Blade files here. |
|
./app.js |
All Ejs file and Layout's file Connection in this file. if you don't have knowledge about this then don't modify it. |
|
./config.env |
Database Connection string and Athuntication port define in this file. |
|
./webpack.config.js |
Webpack or Build related code. if you don't have knowledge about this then don't modify it. |
|
./package.json |
All Packges was define in this file . if you don't have knowledge about this then don't modify it. |
2. Velzon Nodejs Partials Files
File | Path | Uses |
---|---|---|
|
views/partials/* |
Customizer related code. |
|
views/partials/* |
Footer related code. you can modify as per your requirements. |
|
views/partials/* |
Common css files placed here. |
|
views/partials/* |
Detached layout master here. |
|
views/partials/* |
Horizontal layout master. |
|
views/partials/* |
Two column layout master. |
|
views/partials/* |
Vertical hovered layout master. |
|
views/partials/* |
Default layout master file, you can set html attributes, and change common layouts changing this file. |
|
views/partials/* |
Auth pages layout. |
|
views/partials/* |
Sidebar menus related code, you can add new menu here. |
|
views/partials/* |
Topbar related code here, you can easily customize topbar from here. |
|
views/partials/* |
Common javascript files includes here. |
3. Velzon Nodejs Layouts Files
File | Path | Uses |
---|---|---|
|
views/layouts |
you can use layout.ejs file and easily customize it. |
4. Velzon Nodejs Auth Files
Velzon - Nodejs Admin Dashboard Template is available with MongoDB Authentication.
File | Path | Uses |
---|---|---|
|
views/auth |
Login view page code, if you need to customize login you can do from this. |
|
views/auth |
Registration page view code. |
|
views/auth |
Error 404 page. |
|
views/auth |
Forget password page. |
|
views/auth |
Password confirmation page. |

Admin
-
controllers
-
models
-
public
-
src
-
routs
-
utils
-
views
-
app.js
-
config.env
-
webpack.config.js
-
package.json
-
package-libs-config.json
-