Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 282 Bytes

nuxt-capacitor-test

https://capacitorjs.com/

install capacitory

yarn add @capacitor/core @capacitor/cli

npx cap init

Add Android & iOs

npx cap add ios

npx cap add android

Build and copy to android / ios folders

yarn build

yarn generate

npx cap copy