Getting Started
Every journey starts somewhere.
Requirements
Adobe ColdFusion 2018+ or Lucee 5+
ColdBox 6+
Installation
Install CommandBox.
Within the root of your project, run:
If you want the latest bleeding edge, run:
Layout Setup
CBWIRE requires some lightweight CSS and JavaScript to be added to your ColdBox layout.
You can have CBWIRE do this for you by enabling the autoInjectAssets Configuration property in your config/ColdBox.cfc file.
You can also manually add the references by calling wireStyles() and wireScripts() in your layout file.
CBWIRE will not work if you do not add the wireStyles() and wireScripts() references to your layout or enable autoInjectAssets.
Next Steps
You are ready to go. Now head to the Making Components section to learn how to create and use CBWIRE components.
We also have numerous Examples you can review to get up and running quickly.
Last updated