Capacitor
Add to existing app
Section titled “Add to existing app”npm install --save @capacitor/core @capacitor/cli
Then, initialize Capacitor with your app information.
Section titled “Then, initialize Capacitor with your app information.”$ npx cap init
Build beforce lauching capacitor
Section titled “Build beforce lauching capacitor”$ yarn build
Next, install any of the desired native platforms:
Section titled “Next, install any of the desired native platforms:”$ npx cap add android$ npx cap add ios$ npx cap add electron