I am trying to use single file Vue components (without Blaze) with the templates in Jade/Pug using the following packages:
First, I assume that vue-jade uses the meteor-independent pug transpiler and not the meteor-specific pacreach:jade package (merge of the older mquandalle:jade and dalgard:jade packages): I am correct?
Second, I wonder what should I use to loop through a list or the rows of table:
- jade/pub’s
each
iterator? - Vue’s
v-for
directive?
Any advice?