forked fromvinayakkulkarni/v-mapbox
- Notifications
You must be signed in to change notification settings - Fork1
A cloned version of vue-mapbox
License
NotificationsYou must be signed in to change notification settings
advisr-io/v-mapbox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Combine powers ofVue andMapbox GL JS (v3.x) &MaplibreGL (v4.x) 🗺
V-Mapbox is wrapper around Mapbox GL JS for >v1.x to <=v3.x & Maplibre GL JS for > v4.x library that provides vueish-way to interact with the map.
# For Vue 2$ npm i v-mapbox@legacy# For Vue 3$ npm i v-mapbox
git clone git@github.com:vinayakkulkarni/v-mapbox.gitcd v-mapboxnpm install
Running in dev mode:
npm run serve
Build for production:
npm run build
Start documentation site in development mode:
npm run docs:dev
Build documentation:
npm run docs:build
Inspired by KoRiGaN'sVue2Leaflet.
- Fork it (https://github.com/vinayakkulkarni/v-mapbox/fork)
- Create your feature branch (
git checkout -b feat/new-feature
) - Commit your changes (
git commit -Sam 'feat: add feature'
) - Push to the branch (
git push origin feat/new-feature
) - Create a newPull Request
Note:
- Please contribute usingGitHub Flow
- Commits & PRs will be allowed only if the commit messages & PR titles follow theconventional commit standard,read more about ithere
- PS. Ensure your commits are signed.Read why
v-mapbox ©Vinayak, Released under theMIT License.
Authored and maintained by Vinayak Kulkarni with help from contributors (list).
vinayakkulkarni.dev · GitHub@vinayakkulkarni · Twitter@_vinayak_k
MIT
About
A cloned version of vue-mapbox
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Vue77.2%
- TypeScript17.2%
- JavaScript5.2%
- Shell0.4%