vue-template-validator
utlity for validating vue templates at compile time
Last updated 9 years ago by yyx990803 .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install vue-template-validator 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.1.5                                ...           latest (9 years ago)

9 Versions

  • 1.1.5                                ...           9 years ago
  • 1.1.4                                ...           9 years ago
  • 1.1.3                                ...           9 years ago
  • 1.1.2                                ...           9 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.2                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 27
Last Day 0
Last Week 18
Last Month 0
Dependencies (1)
Dev Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |