Check out example codes for "only clint vuejs". It will help you in understanding the concepts better.
Code Example 1
<template> <div> <div v-if="isReady"> <carousel v-bind:perPage="2"> <slide v-for="imgUrl in imgUrls" v-bind:key="imgUrl"> <img v-bind:src="imgUrl"> </slide> </carousel> </div> <LoadingSpinner v-else /> </div></template>
Learn ReactJs, React Native from akashmittal.com