{"id":13937925,"url":"https://github.com/mudin/vue-indoor","last_synced_at":"2025-07-09T14:31:41.289Z","repository":{"id":57396297,"uuid":"189133232","full_name":"mudin/vue-indoor","owner":"mudin","description":"VueJS wrapper for indoorjs","archived":false,"fork":false,"pushed_at":"2020-08-13T08:41:11.000Z","size":749,"stargazers_count":15,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-11-05T03:37:28.860Z","etag":null,"topics":["indoor-maps","indoorjs","vue","vue-indoor"],"latest_commit_sha":null,"homepage":null,"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/mudin.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":"2019-05-29T02:08:10.000Z","updated_at":"2023-09-06T10:25:35.000Z","dependencies_parsed_at":"2022-09-18T12:02:41.051Z","dependency_job_id":null,"html_url":"https://github.com/mudin/vue-indoor","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-indoor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-indoor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-indoor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-indoor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudin","download_url":"https://codeload.github.com/mudin/vue-indoor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225562099,"owners_count":17488566,"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":["indoor-maps","indoorjs","vue","vue-indoor"],"created_at":"2024-08-07T23:04:06.643Z","updated_at":"2024-11-20T13:14:43.984Z","avatar_url":"https://github.com/mudin.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# vue-indoor\n\n\u003cimg align=\"right\" height=\"178\" title=\"vue-indoor Limit logo\" src=\"docs/logo.png\"\u003e\n\n\u003ca href=\"https://travis-ci.org/mudin/vue-indoor\"\u003e\n  \u003cimg src=\"https://travis-ci.org/mudin/vue-indoor.svg?branch=master\" alt=\"Downloads\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/vue-indoor\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dt/vue-indoor.svg\" alt=\"Downloads\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/vue-indoor\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/vue-indoor.svg\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/vue-indoor\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/l/vue-indoor.svg\" alt=\"License\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://gitter.im/vue-indoor/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\"\u003e\n  \u003cimg src=\"https://badges.gitter.im/vue-indoor/Lobby.svg\" alt=\"Gitter\"\u003e\n\u003c/a\u003e\n\n[![Coverage Status](https://coveralls.io/repos/github/mudin/vue-indoor/badge.svg?branch=master)](https://coveralls.io/github/mudin/vue-indoor?branch=master)\n\nvue-indoor is a JavaScript library for the [Vue](https://vuejs.org/) framework that wraps [IndoorJS](http://indoorjsjs.com/) making it easy to create reactive indoor maps.\n\n## How to install\n\n```bash\nnpm install vue-indoor indoorjs --save\n```\n\n### Importing the library in Webpack / Rollup\n\nNow the code of vue-indoor is split component by component (while using a bundler like Webpack/Rollup/Parcel) to do so the following syntax is not working anymore:\n\n```javascript\nimport vue-indoor from 'vue-indoor' // INVALID\n```\n\nAnd has been replaced by\n\n```javascript\nimport * as vue-indoor from 'vue-indoor' // VALID\n```\n\nIs highly suggested to import only the needed modules by doing so:\n\n```javascript\nimport * as Indoor from 'indoorjs';\nimport { IMap, IFloor, IMap } from 'vue-indoor';\n```\n\nThis will reduce the size of the bundle significantly\n\n## Documentation\n\nComing soon\n\n## Authors\n\nMudin Ibrahim\n\nInspired by many map wrapper (google and leaflet) for many framework (React, Angular and Vue 1.0)\n\n## Contributors\n\nThanks goes to these [wonderful people](https://github.com/mudin/vue-indoor/contributors)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Fvue-indoor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudin%2Fvue-indoor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Fvue-indoor/lists"}