@geoql/v-maplibre 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
  [![JSR](https://jsr.io/badges/@geoql/v-maplibre)](https://jsr.io/@geoql/v-maplibre)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
 
9
+ > **Using shadcn-vue?** Check out [mapcn-vue](https://mapcn-vue.geoql.in) for copy-paste map components styled with Tailwind CSS.
10
+
9
11
  ## Features
10
12
 
11
13
  - 🗺️ **Full MapLibre GL Support** - Complete wrapper around MapLibre GL JS
@@ -213,18 +215,22 @@ import type { Color, PickingInfo } from '@deck.gl/core';
213
215
 
214
216
  ## Development
215
217
 
218
+ This package is part of the [v-maplibre monorepo](https://github.com/geoql/v-maplibre).
219
+
216
220
  ```bash
217
- # Install dependencies
221
+ # Clone and install (from monorepo root)
222
+ git clone https://github.com/geoql/v-maplibre.git
223
+ cd v-maplibre
218
224
  bun install
219
225
 
220
- # Build the library
221
- bun run build
226
+ # Build this package
227
+ bun run --cwd packages/v-maplibre build
222
228
 
223
229
  # Run tests
224
230
  bun run test
225
231
 
226
- # Lint
227
- bun run lint
232
+ # Watch mode
233
+ bun run dev:lib
228
234
  ```
229
235
 
230
236
  ## License