This repository is a template for starting off a mobule app using:
- Capacitor
- Vue 3 with Vue Router and Vuex
- TailwindCSS with Forms, Typography, Line Clamp and Aspect Ratio official plugins
- Headless UI
- Heroicons
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