0.0.2 • Published 10 months ago

mapfre-pos v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

mapfre-pos-v2

Pre-requisitos 🛠

Instalar dependencias globales

npm install -g @ionic/cli@7.2.0

Instalar dependencias

npm install

Run app local

npm run start

For deployment on Android

  • Need to run first
npm install
  • Then execute the next command to build the 'www' folder or update it with the latest changes
npm run build:pru
  • Execute the sync command to syncronize all the 'www' folder with the native platform
npm run sync
  • Finally execute 'fix' command to fix with the jetifier some libraries that are need it to be update it in order not to have warnings inside the android's project
npm run fix
  • If there is missing the icon and splash screens run the next command
npm run g:assets