Back to Browse

Convert Angular Web App to iOS by capacitor/cli

2.5K views
Mar 10, 2021
8:12

1 - npm install -- save @capacitor/core @capacitor/cli 2 - open file angular.json and change from "outputPath" : "dist/{{nameApp}}" to be "outputPath" : "www" 3 - ng b --prod 4 - npx cap init 5 - npx cap add iOS 6 - npx cap copy iOS 7 -npx cap open iOS

Download

0 formats

No download links available.

Convert Angular Web App to iOS by capacitor/cli | NatokHD