geosolutions-it / MapStore2

The solution to create and share maps, dashboards, geostories with 3D support on the web. And it is open-source too!
https://mapstore.geosolutionsgroup.com/
Other
510 stars 398 forks source link

Publish bundle(s) on npm registry #3125

Open mbarto opened 6 years ago

mbarto commented 6 years ago

Description

Users asked for the possibility to import MapStore2 framework from the npm registry, to allow projects without a git submodule and use npm based dependency handling. This would improve developers experience.

We should think about publishing at least released bundle(s) on npm and eventually have different bundle(s) for core / plugins / apis, etc.

mbarto commented 6 years ago

Did some preliminary experimentation. Sharing some results:

zachsa commented 5 years ago

Hi @mbarto,

Do you mind if I ask what the status of this issue is?

I would be interested in contributing towards this if such a contribution would be welcome.

mbarto commented 5 years ago

@zachsa Currently, I only did some experiments on separating the framework into different packages. You can find those experiments here: https://github.com/mbarto/MapStore2/tree/npm_publish

zachsa commented 5 years ago

Thank you - I will have a look