# ionic-vue3-app **Repository Path**: webkubor/ionic-vue3-app ## Basic Information - **Project Name**: ionic-vue3-app - **Description**: ionic框架开发APP - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-07 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 学习教程 https://soshace.com/building-mobile-apps-with-vue3-and-ionic/ # 添加移动平台支持 ```js To make your application available on mobile devices, run either or both of the following to enable support. 要使您的应用程序在移动设备上可用,请运行以下任一或两个命令以启用支持。 ionic cap add ios # to enable support for ios devices ionic cap add android # to enable support for android devices ``` ## 调试IOS ```js ionic cap add ios ionic run build npx cap open ios ``` # 调试安卓 ``` ionic cap add android ionic run build npx cap open android ``` 如果报错'apacitor.settings.gradle' as it does not exist 通过命令同步您的 Ionic 项目 ``` ionic capacitor sync android ``` ### The project is using an incompatible version (AGP 8.2.1) of the Android Gradle plugin. Latest supported version is AGP 8.1.3