{"id":13672957,"url":"https://github.com/egoist/vue-windows","last_synced_at":"2025-07-23T14:34:28.326Z","repository":{"id":11560652,"uuid":"70036635","full_name":"egoist/vue-windows","owner":"egoist","description":"Vue components for creating neat windows.","archived":false,"fork":false,"pushed_at":"2022-12-10T01:31:18.000Z","size":3191,"stargazers_count":119,"open_issues_count":20,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-16T01:04:26.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vue-windows.egoist.moe","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/egoist.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}},"created_at":"2016-10-05T06:52:29.000Z","updated_at":"2025-01-18T13:04:26.000Z","dependencies_parsed_at":"2022-08-29T02:01:30.609Z","dependency_job_id":null,"html_url":"https://github.com/egoist/vue-windows","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/egoist/vue-windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fvue-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fvue-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fvue-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fvue-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egoist","download_url":"https://codeload.github.com/egoist/vue-windows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoist%2Fvue-windows/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552917,"owners_count":23947188,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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-08-02T09:02:00.814Z","updated_at":"2025-07-23T14:34:28.298Z","avatar_url":"https://github.com/egoist.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# vue-windows [![NPM version](https://img.shields.io/npm/v/vue-windows.svg?style=flat-square)](https://npmjs.com/package/vue-windows) [![NPM downloads](https://img.shields.io/npm/dm/vue-windows.svg?style=flat-square)](https://npmjs.com/package/vue-windows) [![Build Status](https://img.shields.io/circleci/project/egoist/vue-windows/master.svg?style=flat-square)](https://circleci.com/gh/egoist/vue-windows)\n\nIt's inspired by the [socket.io](http://socket.io/) homepage, only 1kb.\n\n## Install\n\n```bash\n$ npm install --save vue-windows\n```\n\n## Usage\n\n```vue\n\u003ctemplate\u003e\n  \u003cdiv id=\"app\"\u003e\n    \u003ceditor-window title=\"my window\"\u003e\n      editor window body\n    \u003c/editor-window\u003e\n    \u003cbrowser-window title=\"http://example.com\"\u003e\n      browser window body\n    \u003c/browser-window\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport {EditorWindow, BrowserWindow} from 'vue-windows'\n\nexport default {\n  components: {\n    EditorWindow,\n    BrowserWindow\n  }\n}\n\u003c/script\u003e\n\n\u003c!-- Don't forget the CSS! --\u003e\n\u003cstyle src=\"vue-windows/dist/vue-windows.css\"\u003e\u003c/style\u003e\n```\n\n## API\n\n### Props\n\n#### title\n\n- Type: `string`\n- Required: `true`\n\n#### shadow\n\n- Type: `boolean`\n- Default: `false`\n\nWhether to show window shadow.\n\n#### theme\n\n- Type: `string`\n- Default: `default`\n- Available: `default`, `dark`\n\n#### width\n\n- Type: `number`, `string`\n- Default: `100%`\n\nNumber values are resolved into lengths in `px` while string values are used directly.\n\n#### height\n\n- Type: `number`, `string`\n- Default: `340`\n\nNumber values are resolved into lengths in `px` while string values are used directly.\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Development\n\n```bash\nyarn\nyarn example\n```\n\n## License\n\n[MIT](https://egoist.mit-license.org/) © [EGOIST](https://github.com/egoist)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fvue-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoist%2Fvue-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoist%2Fvue-windows/lists"}