December 3, 2018
Taffy for REST – Part 8: Buefy = VueJS + Bulma
Comments
(0)
December 3, 2018
Taffy for REST – Part 8: Buefy = VueJS + Bulma
Been a ColdFusion Developer since 1996
Newbie 24 posts
Followers: 15 people
(0)
We have been at this for a couple of months, so it is really exciting to finally have a functioning application to show. Everything up until now has been changes to database, changes to beans, changes to resources, changes to `application.cfc`.

But there has been no UI to speak of; that was deliberate. There is a wall between front end and back end development. This has some consequences. We are not going to be asking ColdFusion to generate HTML. It is just going to be delivering data. The HTML has to be generated via Javascript on the frontend. There are a lot of mature technologies that do that. The application is going to be using VueJS.

Resources

0 Comments
Add Comment