vuejs / vue-template-validator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)
})

License

MIT

About

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

License:MIT License


Languages

Language:JavaScript 100.0%