https://github.com/elastos/elastos.essentials.app
Elastos Essentials is a multi-functional application for Elastos Identities, Storage, Network communications and Crypto operations, written with Ionic and deployed on Android and iOS
https://github.com/elastos/elastos.essentials.app
Last synced: 4 months ago
JSON representation
Elastos Essentials is a multi-functional application for Elastos Identities, Storage, Network communications and Crypto operations, written with Ionic and deployed on Android and iOS
- Host: GitHub
- URL: https://github.com/elastos/elastos.essentials.app
- Owner: elastos
- License: mit
- Created: 2021-02-22T03:22:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T03:24:12.000Z (9 months ago)
- Last Synced: 2024-08-23T04:33:12.043Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 27.5 MB
- Stars: 11
- Watchers: 26
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project has been transfered to the Cyber Republic. Please check [https://github.com/CyberRepublic/Elastos.Essentials.App](https://github.com/CyberRepublic/Elastos.Essentials.App)
## FATAL ERROR: ... JavaScript heap out of memory
NODE_OPTIONS=--max_old_space_size=8192 ionic cordova run android --livereload --external
## Analyze and reduce dependencies size
- npm run bundle-size-verifier-source-map
or
- npm run bundle-size-verifier-webpack-json
## How to colorize SVG pictures?
- Import InlineSVGModule in screen's module
- Replacewith
- set CSS "color" in screen's SCSS file
- use fill="currentColor" or stroke="currentColor" in the modified SVGNote: The "currentColor" trick works only for inline SVG, this is why we need a special module for this.