How To Create A Mobile App Using Vite, Vue and Ionic Capacitor In 8 Minutes Including Explanation

preview_player
Показать описание
How To Create A Mobile App Using Vite, Vue, and Ionic Capacitor In 8 Minutes Including Explanation
#vitejs #vuejs #capacitor #ionic

vue mobile app creation with vue js

Capacitor is an open-source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript, HTML, and CSS.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:

Specifically, we'll cover:
- How to deploy your mobile application to a simulator using Ionic Capacitor
- How to use live-reload for an efficient development process

Please note that we won't be using Ionic Framework Components in this process, but let us know in the comments if you'd like to see that covered in a future video. Also, this same process should work with ReactJS.

🔗 Links
--------------

👉🏼 Book a one to one with me

#ionicframework #javascript #vue #mobile #mobileapp #mobiledevelopment #webdevelopment #reactnative

-~-~~-~~~-~~-~-
Please watch: "Getting Started With Appwrite, Vue JS Ionic Framework & Capacitor"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

If you enjoyed the content you can help support the channel, consider hitting the THANK YOU button

AaronSaundersCI
Автор

Thanks for this video. Can’t wait to give Capacitor a try!

TeleRocker
Автор

Worked like a charm thanks to your guidance, much appreciated

kriscollins
Автор

Hi Aaron, thanks for sharing! I followed your tutorial and was able to run the vite-vue template on android and web, do you have some recommendations regarding the UI/UX how to create simple layouts or some tips? Not sure if I should go with HTML CSS like web development, or use some library to create app-like components?

mauriblint
Автор

Thanks for the video! Im going to be doing this but with react today 🙂

knobbler
Автор

Very helpful, thanks! By any chance have you used Ionic and Interia for a mobile app?

dalsbury
Автор

Thank you very much Aaron !
Just a question, when you launched IOs build and emulator, did you have to have XCode installed locally ?
Thank you in advance,

carlotadias
Автор

Hey Aaron, thank you very much for your work. I got a question, I have a problem with vuefire and ionic.
router.beforeEach(async (to) => {
const requiresAuth = to.matched.some(record => record.meta.requiresAuth);
const user = await getCurrentUser();
if (requiresAuth && !user) {
return '/login';
}
})
When the app started up It showed me a white page, and the problem is with getCurrentUser of vuefire. Do you knwo why?

rndpixr
Автор

What is the app size after all these tools compared to if I have used just ReactNative?

Dabayare
Автор

Super this!, can this just apply the mobile theme (ios/android)? when obviously is open on the mobile and the normal theme on the browser? . thanks!

rcthijsen
Автор

i tried getting the capacitor example project running but it only showed a white splash screen. i'll have a look at the plugin when i have time again

willi
Автор

When I try to run the iphone 14 ios 16.4 simulator ( or any other simulator in my list ) I gets stuck at "{simulator name }: Building Native..." in the output it's periodically logging [INFO] Waiting for connectivity with npm...
Any suggestions?

timfranklin
Автор

So i can publish this build on the iPhone App Store?

mikasaace
Автор

Do i need to install other applications? Like Android Studio so the simulator works? My Simulator isn't running or starting... i tried both IOS and Android and they both silently fail... it starts for a few seconds and just shuts off.... HELP.

ALLCAPS
Автор

I run cmd ionic cap run ios -l --external and stuck on [INFO] Waiting for connectivity with npm...

free_dev
Автор

i dont know if its my java version this has not worked for me. ive tried everthing on windows 11

cypriandev
Автор

I don´t know why, but when i try to run in IOS only show me a notification that says "Unable to find any devices: irigin: Ionic (extension)"

JulioCampoSwork
Автор

hey, thanks for your video , but i have problem i cant solve it , i don´t know why, but when i try to run in IOS only show me a notification that says "Unable to find any devices , same happen when i clicked to andiord exactly the same, i did everything like your tutorial !!! and my OS is windows 10, could you please guide me !

guardesign
Автор

Could not open settings generic class cache for settings file
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 65

No idea how to fix

Daaboo
Автор

Turning on live reload gets stuck at waiting for npm

Chuyu