/capacitor-vue3-tailwindcss-starter

Started template for mobile app projects using Capacitor, Vue3, and Tailwindcss

Primary LanguageSwift

Capacitor, Vue3 and TailwindCSS starter

This repository is a template for starting off a mobule app using:

Project setup

git clone https://github.com/brodos/capacitor-vue3-tailwindcss-starter my-new-app

cd my-new-app

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Sync Assets

npx cap sync

Open iOS project in Xcode

npx cap open ios

Open Android project in Android Studio

npx cap open android