November 17, 2018
ColdFusion for VueJS developers: the first 10 minutes
Comments
(0)
November 17, 2018
ColdFusion for VueJS developers: the first 10 minutes
Been a ColdFusion Developer since 1996
Newbie 24 posts
Followers: 15 people
(0)

Getting started with ColdFusion

There are two good ways to get Adobe ColdFusion

– Go to https://www.adobe.com/coldfusion . You will be a redirected to ColdFusion. After you fill out their survey form, you can download the free trial. For the first 30 days, it will become the Developer Edition automatically. Unless you are doing some highly advanced developement, the Developer Edition will work fine. And its free

– Another way to get ColdFusion, Ortus Solutions, and download and install CommandBox. https://www.ortussolutions.com/products/commandbox . As a VueJS developer, you may find CommandBox to be more similar npm development. It is also free for developement work.

The rest of this document assumes that CommandBox will be used.

Get the code from Github

If you haven’t done so already, download this Github repository’s release. I do all of my work in `~/Sites/ColdFusion/[repository]`. However you can download it anywhere (if you are using CommandBox).

Resources

  • https://www.bennadel.com/
  • https://www.bennadel.com/blog/1933-mastering-the-coldfusion-application-framework.htm
  • https://www.adobe.com/coldfusion
  • https://www.ortussolutions.com/products/commandbox
  • https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tag-summary.html
  • https://github.com/jmohler1970/CFforVueJS_1st10min

 

 

0 Comments
Add Comment