Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 684 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 684 Bytes

Installation

brew install cocoapods
npm install -g @ionic/cli @capacitor/assets

Debug UI Component

npm i -g @ionic/cli
ionic serve

iOS Build

npm i
npm run build
npx cap sync ios
npx cap open ios
brew install carthage

Android Build

npm i
npm run build
npx cap sync android
npx cap open android

Thanks To