About This File
This package will help you to save your client-side files from prying eyes. ( Files doesn't downloading on client pc )
Support for import / exports (es6)
Support for npm packages
Installation
1. Copy virtual-clientside folder in packages folder your server
2. Copy client_packages folder in the folder of your server
3. Go to folder packages/virtual-clientside and open there command console
4. Enter the command: yarn or npm i
5. After installing all the packages, enter command: yarn watch or npm run watch for to run watching for files (for development).
6. Complete. Now you can editing files in folder packages/virtual-clientside/client_package/src
NOTE
Try to use as many error handlers as possible try {} catch {}
Files that are needed for CEF will not be downloaded by this package
What's New in Version 0.0.3 See changelog
Released
Update dependencies.
Fixed event names.
Added support for large code transfer (for large projects).