@3volutions/welle7.lib

IMPORTANT: To use this package with ionic you need to install it through npm from repository, copy or symlink it (the root directory) into the node_modules directory of the target project (npm link does not work because of ionic - should be fixed soon...)

Usage no npm install needed!

<script type="module">
  import 3volutionsWelle7Lib from 'https://cdn.skypack.dev/@3volutions/welle7.lib';
</script>

README

Welle7 library

IMPORTANT: To use this package with ionic you need to install it through npm from repository, copy or symlink it (the root directory) into the node_modules directory of the target project (npm link does not work because of ionic - should be fixed soon...)

building

npm run build

dev

npm link
cd [ProjectDirectory]/
npm link welle7.lib

releasing

npm run release