Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

vue-indoor

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-indoor

Vue IndoorJS library

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

vue-indoor

Downloads Downloads Version License Gitter

Coverage Status

vue-indoor is a JavaScript library for the Vue framework that wraps IndoorJS making it easy to create reactive indoor maps.

How to install

npm install vue-indoor indoorjs --save

Importing the library in Webpack / Rollup

Now 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:

import vue-indoor from 'vue-indoor' // INVALID

And has been replaced by

import * as vue-indoor from 'vue-indoor' // VALID

Is highly suggested to import only the needed modules by doing so:

import * as Indoor from 'indoorjs';
import { IMap, IFloor, IMap } from 'vue-indoor';

This will reduce the size of the bundle significantly

Documentation

Coming soon

Authors

Mudin Ibrahim

Inspired by many map wrapper (google and leaflet) for many framework (React, Angular and Vue 1.0)

Contributors

Thanks goes to these wonderful people

License

This project is licensed under the MIT License - see the LICENSE file for details

Keywords

vue

FAQs

Package last updated on 13 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts