 
				 
					
					
				- Taffy for REST – Part 9: Buefy flavored HTML
- Blog
- Taffy for REST – Part 9: Buefy flavored HTML
I talked a lot about Buefy in video 8, but I didn’t have a chance to dive into the HTML. Rather than having a long video, I split it at the end of the `assets/app.js` discussion.
Patterns
VueJS
`{{ }}`      ie `{{login_token}}`
`v-`         ie `v-model`
`@something` ie `@click`
`:something` ie `:class="showhide"`
Bulma
<div class="container"> <div class="columns"> <div class="column">
Buefy
<b-input v-model.trim="captcha" id="captcha" > </b-input>
Resources:
https://coldfusion.adobe.com/2018/11/vuejs-for-coldfusion-programmers-first-10-minutes/
https://vuejs.org/v2/guide/installation.html
https://vuejs.org/v2/guide/instance.html
https://vuejs.org/v2/guide/events.html
Source Code:
I talked a lot about Buefy in video 8, but I didn’t have a chance to dive into the HTML. Rather than having a long video, I split it at the end of the `assets/app.js` discussion.
Patterns
VueJS
`{{ }}`      ie `{{login_token}}`
`v-`         ie `v-model`
`@something` ie `@click`
`:something` ie `:class="showhide"`
Bulma
<div class="container"> <div class="columns"> <div class="column">
Buefy
<b-input v-model.trim="captcha" id="captcha" > </b-input>
Resources:
https://coldfusion.adobe.com/2018/11/vuejs-for-coldfusion-programmers-first-10-minutes/
https://vuejs.org/v2/guide/installation.html
https://vuejs.org/v2/guide/instance.html
https://vuejs.org/v2/guide/events.html
Source Code:
 
                                            - Most Recent
- Most Relevant
 
						





 
                                








