{"id":21246900,"url":"https://github.com/mitevpi/metavue","last_synced_at":"2026-05-22T14:14:58.342Z","repository":{"id":51657823,"uuid":"228442872","full_name":"mitevpi/metavue","owner":"mitevpi","description":"Library for charting the relationships between Vue.js components in an application structure.","archived":false,"fork":false,"pushed_at":"2021-05-11T09:28:20.000Z","size":4741,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-23T22:20:06.249Z","etag":null,"topics":["application","diagram","frontend","meta","utility","vue","vuejs","web"],"latest_commit_sha":null,"homepage":"https://metavue-demo.now.sh/","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/mitevpi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-12-16T17:48:39.000Z","updated_at":"2021-05-11T10:04:50.000Z","dependencies_parsed_at":"2022-08-22T21:01:05.594Z","dependency_job_id":null,"html_url":"https://github.com/mitevpi/metavue","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"mitevpi/js-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitevpi%2Fmetavue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitevpi%2Fmetavue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitevpi%2Fmetavue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitevpi%2Fmetavue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitevpi","download_url":"https://codeload.github.com/mitevpi/metavue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685526,"owners_count":20330980,"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":["application","diagram","frontend","meta","utility","vue","vuejs","web"],"created_at":"2024-11-21T02:09:12.632Z","updated_at":"2026-05-22T14:14:58.268Z","avatar_url":"https://github.com/mitevpi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MetaVue\n\n[![Generic badge](https://img.shields.io/badge/Docs-Web-Green.svg)](https://mitevpi.github.io/metavue/)\n[![Generic badge](https://img.shields.io/badge/Docs-MD-Green.svg)](docs)\n[![Generic badge](https://img.shields.io/badge/Demo-Web-Green.svg)](https://metavue-demo.now.sh/)\n\n[![npm](https://img.shields.io/npm/v/metavue.svg)](https://www.npmjs.com/package/metavue)\n[![npm bundle size](https://img.shields.io/bundlephobia/min/metavue.svg)](https://bundlephobia.com/result?p=metavue)\n[![npm](https://img.shields.io/npm/dw/metavue.svg)](https://www.npmjs.com/package/metavue)\n[![npm2](https://img.shields.io/npm/dt/metavue.svg)](https://www.npmjs.com/package/metavue)\n\n[![GitHub issues](https://img.shields.io/github/issues/mitevpi/metavue.svg)](https://github.com/mitevpi/metavue/issues) ![David](https://img.shields.io/david/dev/mitevpi/metavue.svg)\n[![GitHub last commit](https://img.shields.io/github/last-commit/mitevpi/metavue.svg)](https://github.com/mitevpi/metavue/commits/master)\n\nUtility for extracting metadata between of Vue.js components in\napplication architecture. ([Demo](https://metavue-demo.now.sh/))\n\n## Usage\n\n### Install\n\nInstall globally by running the command below on a cmd/terminal:\n\n```cmd\nnpm i -g metavue\n```\n\n### Use\n\nOnce installed, the CLI utility can be used from any cmd/terminal instance\nusing the following command:\n\n```cmd\nmetavue -d PATH_TO_YOUR_VUE_APP\n```\n\n### Output\n\nThe CLI utility will generate a folder called `.metavue` in the root\ndirectory of the Vue application with `.json` files containing the\nmetadata of your Vue application, and a static site at `index.html`\nwhich can be used to visualize the data.\n\nDeply or run the `index.html` file in the `.metavue` folder using a http\nserver to visualize the data export, or import the `json` files yourself\nin a data visualization platform to explore your application's metadata.\n\n#### Sample\n\n##### Custom Visualization From Data (PowerBI)\n\n\u003cimg src=\"assets/images/powerbi-parent-child2.png\" alt=\"Vue.js\" width=\"800\"/\u003e\n\n##### Static Site Output (This CLI)\n\n\u003cimg src=\"assets/images/static-site.png\" alt=\"Vue.js\"/\u003e\n\n##### Data Output\n\n`ComponentArchitecture.json`\n\n```json\n {\n    \"path\": \"/Users/mitevpi/Documents/GitHub/stroll-app/src/App.vue\",\n    \"name\": \"App\",\n    \"lines\": 149,\n    \"imports\": null,\n    \"data\": [],\n    \"dataCount\": 0,\n    \"components\": [\n        \"Footer\",\n        \"Header\",\n        \"LogIn\",\n        \"Results\",\n        \"About\",\n        \"UserInterface\",\n        \"Splash\"\n    ],\n    \"cssClasses\": [\n        \".main\",\n        \".v-card\",\n        \".fade-enter\",\n        \".fade-leave-to\",\n        \".fade-leave-active\",\n        \".delayed-fade-enter-active\",\n        \".delayed-fade-enter\",\n        \".delayed-fade-leave-active\",\n        \".delayed-fade-leave-to\",\n        \".fade-leave-active\"\n    ],\n    \"cssIdSelectors\": [\n        \"#footer\"\n    ],\n    \"templateLength\": 35,\n    \"scriptLength\": 47,\n    \"styleLength\": 64,\n    \"commentLength\": 4,\n    \"cssClassesCount\": 16,\n    \"cssIdSelectorsCount\": 1\n},\n```\n\n`ParentChildData.json`\n\n```json\n{\n    \"parent\": \"App\",\n    \"child\": \"Footer\"\n},\n{\n    \"parent\": \"App\",\n    \"child\": \"Header\"\n},\n{\n    \"parent\": \"App\",\n    \"child\": \"LogIn\"\n},\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitevpi%2Fmetavue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitevpi%2Fmetavue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitevpi%2Fmetavue/lists"}