{"id":15645118,"url":"https://github.com/wearelucid/vue-bows","last_synced_at":"2026-02-10T22:05:09.894Z","repository":{"id":47413650,"uuid":"104993556","full_name":"wearelucid/vue-bows","owner":"wearelucid","description":"Vue.js plugin for clear and understandable console logs","archived":false,"fork":false,"pushed_at":"2023-01-04T01:19:24.000Z","size":129,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-30T04:36:49.613Z","etag":null,"topics":["bows","log","logger","logging","nuxt","nuxtjs","vue","vue-plugin","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wearelucid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-27T08:36:57.000Z","updated_at":"2019-11-08T19:48:09.000Z","dependencies_parsed_at":"2023-02-01T17:30:47.823Z","dependency_job_id":null,"html_url":"https://github.com/wearelucid/vue-bows","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/wearelucid/vue-bows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearelucid%2Fvue-bows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearelucid%2Fvue-bows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearelucid%2Fvue-bows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearelucid%2Fvue-bows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wearelucid","download_url":"https://codeload.github.com/wearelucid/vue-bows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearelucid%2Fvue-bows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bows","log","logger","logging","nuxt","nuxtjs","vue","vue-plugin","vuejs"],"created_at":"2024-10-03T12:04:38.898Z","updated_at":"2026-02-10T22:05:09.858Z","avatar_url":"https://github.com/wearelucid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-bows\n\n[![npm version](https://img.shields.io/npm/v/@wearelucid/vue-bows.svg?style=flat-square)](https://www.npmjs.com/package/@wearelucid/vue-bows)\n\nVue.js plugin for clear and understandable console logs. \u003cbr\u003e\nIt displays nice logs based on the component\nwritten. It makes your logs clear and organized.\n\n## Installation\n\n```bash\nyarn add @wearelucid/vue-bows\n```\n\n## Integration \u0026 Usage\n\n```javascript\n// import\nimport Vue from 'vue'\nimport Log from 'vue-bows'\n\nVue.use(Log)\n```\n```javascript\n// You are now able to use it in your components in your Project. Like this:\n\nexport default {\n  name: 'MyComponent',\n  data: () =\u003e ({\n    variable: 'foo'\n  }),\n  mounted () {\n    this.log('string') // logs \"MyComponent // string\"\n    this.log(this.variable) // logs \"MyComponent // foo\"\n    this.log('string', this.variable) // logs \"MyComponent // string, foo\"\n  }\n}\n```\n### Usage outside of components\n```javascript\nimport { createLogger } from 'vue-bows'\n\nconst log = createLogger('nameOfTheLogger') // replace name with something meaningful\n\nlog('Log this')\n```\n\n\n### Integration with Nuxt.js\n```javascript\n\n// Create following file in your plugins folder. and Add\n'plugins/vue-bows.js'\n\n// Then add the plugin to your 'nuxt.config.js'\nplugins: [\n  '~/plugins/vue-bows'\n]\n```\n\n### Enable your browser\n\nFirst you must enable it in your browsers console: Type localStorage.debug = true in your browser's console to activate it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearelucid%2Fvue-bows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwearelucid%2Fvue-bows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearelucid%2Fvue-bows/lists"}