Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs/vue-template-validator
Catch common syntax errors in Vue.js templates at compile time.
https://github.com/vuejs/vue-template-validator
Last synced: about 1 month ago
JSON representation
Catch common syntax errors in Vue.js templates at compile time.
- Host: GitHub
- URL: https://github.com/vuejs/vue-template-validator
- Owner: vuejs
- License: mit
- Created: 2016-01-05T03:30:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T14:03:09.000Z (over 8 years ago)
- Last Synced: 2024-04-14T02:18:03.019Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 27
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-template-validator
> Catch common syntax errors in Vue.js templates at compile time.
``` js
var validate = require('vue-template-validator')var warnings = validate(str)
warnings.forEach(function (msg) {
console.log(msg)
})
```## License
[MIT](http://opensource.org/licenses/MIT)