/vue-example

Simpe vue example with capacitor

Primary LanguageVue

npm install --save @capacitor/core @capacitor/cli
npx cap init

this is needed to compile vue and create the dist folder

npm run build

then edit the capacitor.config.json file and set webDir to "dist"

npx cap add android
npx cap open android