Episode

Adding Boolean logic to a Vue page [5 of 16] | Beginner's Series to: Vue.js

Whenever you're working with a dynamic application you'll need the ability to work with Boolean logic. Vue allows you to add logic to your page by using a couple of special attributes to add classic if statements or toggle a display. We'll see how to use directives to implement logic in Vue.

Sample code: https://github.com/microsoft/vue-beginners-videos 
Learn Path: https://aka.ms/CreateWebsitesWithVue
Node: https://nodejs.org/  
NPM: https://www.npmjs.com/  
Vue CLI: https://cli.vuejs.org/

JavaScript