SPAs with Turbo
Create single-page-like applications (SPAs) with little-to-no JavaScript in record time.
Enabling Turbo
// File: ./config/ColdBox.cfc
component{
function configure() {
moduleSettings = {
"cbwire" = {
"enableTurbo": true
}
};
}
}
Manual Installation
npm
Skypack
Turbo Plugin
Progress Bar
Preload Links
Last updated