|
|
||
|---|---|---|
| .. | ||
| lib | ||
| node_modules | ||
| test | ||
| .npmignore | ||
| README.md | ||
| index.js | ||
| package.json | ||
README.md
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)
})