marcocastignoli / vue-example

Simpe vue example with capacitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simpe vue example with capacitor


Languages

Language:Vue 97.8%Language:HTML 1.7%Language:JavaScript 0.6%