1.15.0 • Published 4 months ago
@vulkano/core v1.15.0
Vulkano
Vulkano is a small, simple, and fast framework for creating web applications using NodeJS. Inspired by KumbiaPHP.
Backers
Thank you to all our backers! 🙏
Buy me a coffe
Install
System
- Unix
- Node.js v20+
Packages
$ npm install @vulkano/core
Your App Structure
public/
- HTTP Public foldervulkano/
- Vulkano App (config, controllers, models, views)app.js
- Server entry point
Your Server entry point
/**
* app.js
*
* To start the server, run: node app.js .
*
* For example:
* => npm run start
* => node app.js
*/
const vulkano = require('@vulkano/core');
vulkano();
Your Vulkano App Folder
vulkano/
- Vulkano Appconfig
- Your config filesenv
- Folder for custom environment settingsexpress
- Folder to customize the server (cookies, jwt, helmet, cors and settings)locales
- i18n folderviews
- Folder to customize filters and helpers to Nunjukcs
controllers
- Your controllersmodels
- Your modelsservices
- Your services or libs
Your Vulkano Public Folder
public/
- Public Pathcss
- Stylesfonts
- Fontsimg
- Imagesjs
- Javascriptfiles
- Files uploaded
1.15.0
4 months ago
1.14.1
4 months ago
1.14.0
9 months ago
1.13.0
9 months ago
1.12.0
9 months ago
1.8.1
1 year ago
1.8.0
1 year ago
1.7.0
1 year ago
1.11.0
12 months ago
1.10.0
12 months ago
1.6.0
1 year ago
1.5.5
1 year ago
1.5.4
1 year ago
1.5.3
1 year ago
1.5.2
1 year ago
1.5.1
1 year ago
1.5.0
1 year ago
1.4.1
1 year ago
1.4.0
1 year ago
1.3.1
1 year ago
1.3.0
1 year ago
1.2.0
1 year ago
1.0.2
1 year ago
1.1.0
1 year ago
1.0.1
1 year ago
0.9.0
1 year ago
0.8.0
1 year ago
0.5.0
1 year ago
0.7.0
1 year ago
0.6.0
1 year ago
0.4.0
1 year ago
1.0.0
1 year ago
0.1.0
1 year ago