November 18, 2018
VueJS for ColdFusion programmers: First 10 minutes
Like
(7)
Comments
(1)
7
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