0.0.3 • Published 2 years ago

mapbox-use v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

MapboxUse

npm version npm downloads bundle Codecov License JSDocs

Mapbox GL JS hooks for Vue.

Usage

Install package:

# npm
npm install mapbox-use

# yarn
yarn add mapbox-use

# pnpm
pnpm install mapbox-use

Import:

// ESM
import { useMapbox } from "mapbox-use";

// CommonJS
const { useMapbox } = require("mapbox-use");

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago