Skip to content

XPEHO/poc_vuejs_capacitor

Repository files navigation

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.

USAGE

To run this project, clone the repository and run the following commands:

# If you haven't already, install dependencies
npm install

# Start the development server
npm run dev

To run the project on a mobile device using Capacitor, follow these steps:

# Build the Vue app
npm run build
# Copy web assets to native platforms and sync plugins
npx cap sync
# Run the native app on Android or iOS
npx cap run android # or ios

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published