fs_tigre
fs_tigre

Reputation: 10738

Vuejs as an HTML templating engine

I'm looking for a front-end HTML templating engine and I was wondering if Vuejs has this functionally built into it. If not, can someone recommend me a templating engine?

All I want to do is create HTML pages which derived from a master page.

Thanks

Upvotes: 0

Views: 1428

Answers (1)

DvS
DvS

Reputation: 1095

I've used Mustache and have found it great - easy to use and fast. Check it out here: https://github.com/janl/mustache.js/

Upvotes: 1

Related Questions