In this example will render five <li> tags
<li>
<ul id="render-sample"> <li v-for="n in 5"> Hello Loop </li> </ul>