README
packageing nodejs code : npm pack --> .tgz file
Install this custom created nodejs .tgz Proj inside your agnular project
- copy and paste that <.tgz_Proj> in parallel to package.json
- npm i <.tgz_Proj>
ex- npm i bundleproject-1.0.0.tgz
A minimal Electron application
<script type="module">
import bundleproject from 'https://cdn.skypack.dev/bundleproject';
</script>
packageing nodejs code : npm pack --> .tgz file
Install this custom created nodejs .tgz Proj inside your agnular project
ex- npm i bundleproject-1.0.0.tgz