{"id":17267333,"url":"https://github.com/imcvampire/vue-tag-list","last_synced_at":"2025-03-26T11:13:56.874Z","repository":{"id":66072053,"uuid":"65964142","full_name":"imcvampire/vue-tag-list","owner":"imcvampire","description":"A simple VueJS filter for list printing","archived":false,"fork":false,"pushed_at":"2017-07-31T08:29:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T20:17:05.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/imcvampire.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-18T04:05:49.000Z","updated_at":"2016-12-02T08:16:04.000Z","dependencies_parsed_at":"2024-01-13T17:13:46.271Z","dependency_job_id":"f41f9062-1250-47db-ad09-772e4faa0956","html_url":"https://github.com/imcvampire/vue-tag-list","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"17168f5faf88191614765a198a299133fb2b0ad9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcvampire%2Fvue-tag-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcvampire%2Fvue-tag-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcvampire%2Fvue-tag-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcvampire%2Fvue-tag-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imcvampire","download_url":"https://codeload.github.com/imcvampire/vue-tag-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245641437,"owners_count":20648644,"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":[],"created_at":"2024-10-15T08:10:23.180Z","updated_at":"2025-03-26T11:13:56.851Z","avatar_url":"https://github.com/imcvampire.png","language":"JavaScript","funding_links":[],"categories":["Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Awesome Vue.js"],"sub_categories":["Libraries \u0026 Plugins"],"readme":"# vue-tag-list\nA simple VueJS filter for tag list printing\n\n## Description:\nIf you have this in View-Model:\n\n```js\nlet array = ['Vue', 'filter', 'tag']\n```\n\nbut you want it shows as below in View: \n\n```\n#Vue, #filter, #tag\n```\n\nOk. Let use this package.\n\n## Install:\n\n### CommonJS\n\n Available through npm as `vue-tag-list`: \n`npm install vue-tag-list --save`\n\n  ``` js\n  var VueTagList = require('vue-tag-list')\n  Vue.use(VueTagList)\n  ```\n\n### Direct include\n\n - You can also directly include it with a `\u003cscript\u003e` tag when you have Vue already included globally. It will automatically install itself, and will add a global `VueTagList`.\n\n## Usage:\n\n ```html\n  {{ array | tagList }}\n ```\n \n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimcvampire%2Fvue-tag-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimcvampire%2Fvue-tag-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimcvampire%2Fvue-tag-list/lists"}