{"id":18614832,"url":"https://github.com/andrewjbateman/vue-forms-validation","last_synced_at":"2026-05-06T03:34:27.217Z","repository":{"id":39562609,"uuid":"156727783","full_name":"AndrewJBateman/vue-forms-validation","owner":"AndrewJBateman","description":":clipboard:  Vue dev app to add strings of text ('skills') to an existing list. With each entry there is a delete button. Input validation is used to prevent empty strings or strings of less than 5 characters from being added to the list.","archived":false,"fork":false,"pushed_at":"2023-01-03T15:20:01.000Z","size":2890,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T01:35:47.963Z","etag":null,"topics":["app","css","html","javascript","vee-validate","vue-router","vuejs2"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/AndrewJBateman.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":"2018-11-08T15:28:48.000Z","updated_at":"2021-06-13T17:28:24.000Z","dependencies_parsed_at":"2023-02-01T07:00:58.334Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/vue-forms-validation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/vue-forms-validation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-forms-validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-forms-validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-forms-validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-forms-validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/vue-forms-validation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fvue-forms-validation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["app","css","html","javascript","vee-validate","vue-router","vuejs2"],"created_at":"2024-11-07T03:27:09.038Z","updated_at":"2026-05-06T03:34:27.167Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Vue Forms Validation\n\n* Vue app to add strings of text ('skills') to an existing list. With each entry there is a delete button. Input validation is used to prevent empty strings or strings of less than 5 charaters from being added to the list.\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/vue-forms-validation?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/vue-forms-validation?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/vue-forms-validation?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/vue-forms-validation?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Vue Forms Validation](#zap-vue-forms-validation)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-Do List](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* This tutorial project used Vue Components, Templating, Input Verification, Styling, Forms, Animation, Routing.\n\n## :camera: Screenshots\n\n![Example screenshot](./img/skills-list.png).\n\n## :signal_strength: Technologies\n\n* [Vue framework v2.6](https://vuejs.org/)\n* [Vue Router v3](https://router.vuejs.org/) the official router for Vue.js\n* [Vue CLI v4](https://cli.vuejs.org/)\n* [Vue Vee-Validate](https://www.npmjs.com/package/vee-validate) a template-based validation framework that validates inputs and displays errors.\n\n* [Vue DevTools extension for Chrome](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) was used for debugging.\n\n## :floppy_disk: Setup\n\n* Run `npm run serve` then navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.\n\n## :computer: Code Examples\n\n-addSkill() and remove() functions from `Skills.vue\n\n```javascript\nmethods: {\n  addSkill() {\n    this.$validator.validateAll().then((result) =\u003e {\n      if(result) {\n        this.skills.push({skill: this.skill})\n        this.skill = '';\n      }\n      console.log('not valid');\n    })\n  },\n  remove(id) {\n    this.skills.splice(id,1);\n  }\n}\n```\n\n## :cool: Features\n\n* Add and delete skills from the Skills list supplied.\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working.\n* To-Do: Add mode data inputs and add clock functionality. Not a simple ncu -u upgrade.\n\n## :clap: Inspiration\n\n* [Gary Simon Youtube video: \"The Vue Tutorial for 2018 - Learn Vue 2 in 65 Minutes\"](https://www.youtube.com/watch?v=78tNYZUS-ps\u0026t=2s)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fvue-forms-validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fvue-forms-validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fvue-forms-validation/lists"}