Getting Started
With CommandBox, you can start building reactive CFML apps in seconds.
Requirements
Installation
box install cbwirebox install cbwire@beLayout Setup
<!--- ./layouts/Main.cfm --->
<cfoutput>
<!DOCTYPE html>
<html lang="en">
<head>
<title>CBWIRE Example</title>
#wireStyles()#
</head>
<body>
<!--- JavasScript references below --->
#wireScripts()#
</body>
</html>
</cfoutput>Inserting Wires
Last updated
Was this helpful?