{"id":20506102,"url":"https://github.com/robinradic/chrome-radic-vuejs","last_synced_at":"2026-02-13T17:04:33.483Z","repository":{"id":78103326,"uuid":"106239975","full_name":"RobinRadic/chrome-radic-vuejs","owner":"RobinRadic","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-06T08:35:29.000Z","size":10040,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T14:39:38.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/RobinRadic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-09T05:26:52.000Z","updated_at":"2021-10-06T08:35:32.000Z","dependencies_parsed_at":"2023-04-12T11:49:16.399Z","dependency_job_id":null,"html_url":"https://github.com/RobinRadic/chrome-radic-vuejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RobinRadic/chrome-radic-vuejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fchrome-radic-vuejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fchrome-radic-vuejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fchrome-radic-vuejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fchrome-radic-vuejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinRadic","download_url":"https://codeload.github.com/RobinRadic/chrome-radic-vuejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fchrome-radic-vuejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":[],"created_at":"2024-11-15T19:54:15.584Z","updated_at":"2026-02-13T17:04:33.467Z","avatar_url":"https://github.com/RobinRadic.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue3 Element Inspector\n\nIt adds a sidebar tab in the elements inspection panel that shows the currently selected elements Vue properties.\n\n![screenshot.png](screenshot.png) \n\n## Installation\n\n\t$ npm install\n\n## Usage\n\nRun `$ gulp --watch` and load the `dist`-directory into chrome.\n\n## Entryfiles (bundles)\n\nThere are two kinds of entryfiles that create bundles.\n\n1. All ts-files in the root of the `./app/scripts` directory\n2. All css-,scss- and less-files in the root of the `./app/styles` directory\n\n## Tasks\n\n### Build\n\n    $ gulp\n\n\n| Option         | Description                                                                                                                                           |\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `--watch`      | Starts a livereload server and watches all assets. \u003cbr\u003eTo reload the extension on change include `livereload.js` in your bundle.                      |\n| `--production` | Minifies all assets                                                                                                                                   |\n| `--verbose`    | Log additional data to the console.                                                                                                                   |\n| `--vendor`     | Compile the extension for different vendors (chrome, firefox, opera, edge)  Default: chrome                                                                 |\n| `--sourcemaps` | Force the creation of sourcemaps. Default: !production                                                                                                |\n\n\n### pack\n\nZips your `dist` directory and saves it in the `packages` directory.\n\n    $ gulp pack --vendor=firefox\n\n### Version\n\nIncrements version number of `manifest.json` and `package.json`,\ncommits the change to git and adds a git tag.\n\n\n    $ gulp patch      // =\u003e 0.0.X\n\nor\n\n    $ gulp feature    // =\u003e 0.X.0\n\nor\n\n    $ gulp release    // =\u003e X.0.0\n\n\n## Globals\n\nThe build tool also defines a variable named `process.env.NODE_ENV` in your scripts. It will be set to `development` unless you use the `--production` option.\n\n\n**Example:** `./app/background.ts`\n\n```typescript\nif(process.env.NODE_ENV === 'development'){\n  console.log('We are in development mode!');\n}\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinradic%2Fchrome-radic-vuejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinradic%2Fchrome-radic-vuejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinradic%2Fchrome-radic-vuejs/lists"}