cv-storage-js

cv-storage-js =============

Usage no npm install needed!

<script type="module">
  import cvStorageJs from 'https://cdn.skypack.dev/cv-storage-js';
</script>

README

cv-storage-js

Library for CV environment Javascript entities and client side storage helpers.

Note

Since version 2.2.0, this module should only be used from cv-lib-app-bundlejs(https://bitbucket.org/grupoblidoo/cv-lib-app-bundlejs/). The bundle project picks up the bundle under /dist and merges it with the rest of scripts

Development

Don't forget the necessary steps to deploy your code:

  • You need to run npm run build to generate the new distributable after your code changes.
  • You need to tag a new git version.
  • You need to update package.json in cv-lib-app-bundlejs to get the new tag version. Don't forget to npm install after that, to install the new version.

Testing

TODO