1.1.5 • Published 8 years ago

vue-template-validator v1.1.5

Weekly downloads
3,893
License
MIT
Repository
github
Last release
8 years ago

vue-template-validator

Catch common syntax errors in Vue.js templates at compile time.

var validate = require('vue-template-validator')

var warnings = validate(str)

warnings.forEach(function (msg) {
  console.log(msg)
})