{"id":21288051,"url":"https://github.com/iml885203/vue1-vee-validate","last_synced_at":"2026-05-20T06:08:15.992Z","repository":{"id":57396800,"uuid":"293468232","full_name":"iml885203/vue1-vee-validate","owner":"iml885203","description":"vee-validate for Vue.js 1.x","archived":false,"fork":false,"pushed_at":"2021-02-20T10:44:30.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T13:49:05.522Z","etag":null,"topics":["validate","validation","vee-validate","vue","vue1","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iml885203.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-07T08:31:07.000Z","updated_at":"2021-02-20T10:44:32.000Z","dependencies_parsed_at":"2022-09-26T17:01:00.415Z","dependency_job_id":null,"html_url":"https://github.com/iml885203/vue1-vee-validate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iml885203%2Fvue1-vee-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iml885203%2Fvue1-vee-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iml885203%2Fvue1-vee-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iml885203%2Fvue1-vee-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iml885203","download_url":"https://codeload.github.com/iml885203/vue1-vee-validate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243748398,"owners_count":20341674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["validate","validation","vee-validate","vue","vue1","vuejs"],"created_at":"2024-11-21T12:18:37.014Z","updated_at":"2026-05-20T06:08:15.963Z","avatar_url":"https://github.com/iml885203.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue1-vee-validate\n\u003e [vee-validate](https://github.com/logaretm/vee-validate/tree/v2) v2 for Vue.js 1.x\n\n### Demo\n\n[Demo page](https://iml885203.github.io/vue1-vee-validate)\n\n### Installation\n\n#### npm\n```\nnpm i vue1-vee-validate --save\n```\n#### yarn\n```\nyarn add vue1-vee-validate\n```\n\n### Getting Started\n```javascript\nimport Vue from 'vue';\nimport VeeValidate from 'vee-validate';\nimport Vue1VeeValidate from 'vue1-vee-validate';\n\nVue.use(VeeValidate);\n```\n\nor include the script directly\n\n```html\n\u003cscript src=\"path/to/vue.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/vee-validate.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/vue1-vee-validate.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  Vue.use(VeeValidate); // good to go.\n\u003c/script\u003e\n```\n\n### Basic Example\n```html\n\u003cinput v-validate=\"'required|email'\" name=\"email\" type=\"text\"\u003e\n\u003cspan\u003e{{ errors.first('email') }}\u003c/span\u003e\n```\n\n### Documentation\nRead VeeValidate v2 [documentation](https://vee-validate.logaretm.com/v2/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiml885203%2Fvue1-vee-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiml885203%2Fvue1-vee-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiml885203%2Fvue1-vee-validate/lists"}