@axdspub/axiom-maps
v0.4.8
Published
- Consuming project should only target ES6 if it wants to use mapboxgl. See [this note](https://docs.mapbox.com/mapbox-gl-js/guides/install/#transpiling). Targeting browserlist is probably easiest way to do this.
Downloads
129
Readme
Notes
- Consuming project should only target ES6 if it wants to use mapboxgl. See this note. Targeting browserlist is probably easiest way to do this.
Storybook
npm run storybook
Local development
Be sure yalc is installed:
``
Then
yalc publish
In consuming project:
yalc add @axdspub/axiom-maps
and if already exists:
yalc update @axdspub/axiom-maps
Publish
npm login --scope=@axdspub
npm publish --dryrun
If all looks good
npm publish --access public
Usage
Todo
Documentation