{"id":13535772,"url":"https://github.com/santiblanko/vue-instant","last_synced_at":"2025-04-02T02:31:26.479Z","repository":{"id":44979800,"uuid":"77713683","full_name":"santiblanko/vue-instant","owner":"santiblanko","description":"vue instant allows you to easily create custom search controls with auto suggestions for your vue 2 applications.","archived":false,"fork":false,"pushed_at":"2023-03-02T19:57:36.000Z","size":3666,"stargazers_count":425,"open_issues_count":26,"forks_count":65,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-26T21:47:41.862Z","etag":null,"topics":["autocomplete","instant","javascript","search","vue"],"latest_commit_sha":null,"homepage":"https://jsfiddle.net/santiblanko/dqo6vr57","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/santiblanko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-30T22:28:48.000Z","updated_at":"2024-02-26T00:28:03.000Z","dependencies_parsed_at":"2024-01-17T16:59:13.662Z","dependency_job_id":"8b396ffe-8bc9-4a77-af37-75a36ded3657","html_url":"https://github.com/santiblanko/vue-instant","commit_stats":{"total_commits":94,"total_committers":11,"mean_commits":8.545454545454545,"dds":"0.46808510638297873","last_synced_commit":"c06893dcecf1461039b6f5dad91ca63af47b0f90"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiblanko%2Fvue-instant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiblanko%2Fvue-instant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiblanko%2Fvue-instant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santiblanko%2Fvue-instant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santiblanko","download_url":"https://codeload.github.com/santiblanko/vue-instant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246743645,"owners_count":20826571,"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":["autocomplete","instant","javascript","search","vue"],"created_at":"2024-08-01T09:00:26.583Z","updated_at":"2025-04-02T02:31:25.780Z","avatar_url":"https://github.com/santiblanko.png","language":"Vue","funding_links":["https://patreon.com/santiblanko?utm_medium=clipboard_copy\u0026utm_source=copyLink\u0026utm_campaign=creatorshare_creator"],"categories":["Vue","UI组件","Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Components \u0026 Libraries","UI Components","UI Components [🔝](#readme)"],"sub_categories":["Libraries \u0026 Plugins","形成","UI Components","Form"],"readme":"# Vue Instant!\n\n[![npm](https://img.shields.io/npm/v/vue-instant.svg) ![npm](https://img.shields.io/npm/dm/vue-instant.svg)](https://www.npmjs.com/package/vue-instant)\n[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)\n\nvue instant allows you to easily create custom search controls with auto suggestions for your vue 2 applications.\n\n[![header](http://g.recordit.co/Yeg0Bl0nJO.gif)](https://santiblanko.github.io/vue-instant/)\n\nIf this implementation looks great you can share a beer using [patreon](https://patreon.com/santiblanko?utm_medium=clipboard_copy\u0026utm_source=copyLink\u0026utm_campaign=creatorshare_creator) or send me bitcoins.\n\n ## Donations\nShare a coffee if this project help you.\n### Bitcoin direction: \n31p39e3AtdEv8T2aU9y9D1XH9Wc5HEtRte\n\nI will be enormously grateful. :) Also I am available for courses and projects!! \n\u003cb\u003eWhatsapp :) +573233729549\u003c/b\u003e\n\n\n## Table of contents\n\n- [Examples](#examples)\n- [Installation](#installation)\n\n# Examples\n\nProject page\n\nhttps://santiblanko.github.io/vue-instant\n\nFiddle with all attributes and events\n\nhttps://jsfiddle.net/santiblanko/dqo6vr57\n\nIf you need a example using webpack see the example folder.\n\n# Installation\n\n```\nnpm install --save vue-instant\n```\n\n## Default import\nIf you need more details see the examples folder.\n\nInstall all the components:\n\n```javascript\nimport Vue from 'vue'\nimport 'vue-instant/dist/vue-instant.css'\nimport VueInstant from 'vue-instant'\nVue.use(VueInstant)\n```\n**⚠️ You need to configure your bundler to compile `.vue` files.** More info [in the official documentation](https://vuejs.org/v2/guide/single-file-components.html).\n\n## Browser\nIf you need more details see the examples folder.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"vue-instant/dist/vue-instant.css\"/\u003e\n\n\u003cscript src=\"vue.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"vue-clickaway.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"vue-instant/dist/vue-instant.browser.js\"\u003e\u003c/script\u003e\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantiblanko%2Fvue-instant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantiblanko%2Fvue-instant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantiblanko%2Fvue-instant/lists"}