November 18, 2018
VueJS for ColdFusion programmers: First 10 minutes
Comments
(1)
November 18, 2018
VueJS for ColdFusion programmers: First 10 minutes
Been a ColdFusion Developer since 1996
Newbie 24 posts
Followers: 15 people
(1)

VueJS for ColdFusion Developers: First 10 minutes

What is it?

It is a Javascript technology that does all kinds of front-end DOM manipulation. It takes dull HTML and turns it into an application. If you are familiar with jQuery or AngularJS or Angular you are kind of in the right neighborhood. It is perhaps a prefect complement to ColdFusion development

VueJS describes itself as

Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.

https://vuejs.org/v2/guide/index.html

 

 

Resources

  • https://vuejs.org/v2/guide/installation.html
  • https://github.com/vuejs/vuex/tree/dev/examples/counter
  • https://angularjs.org/
  • https://angular.io/
  • https://github.com/jmohler1970/VueJSforCF_1st10min
1 Comment
2020-12-10 19:35:04
2020-12-10 19:35:04

That’s easy stuff.  Where do I put Application.cfc and can I change index.html to index.cfm.

Enquiring minds want to know.

Like
(3)
Add Comment