This repository is a template for starting off a mobule app using:
git clone https://github.com/brodos/capacitor-vue3-tailwindcss-starter my-new-app
cd my-new-app
yarn install
yarn serve
yarn build
yarn lint
npx cap sync
npx cap open ios
npx cap open android