See Ionic Framework Vue JS eBook & Video Courses
Overview
This is documentation to duplicate the sample application described in th...
For further actions, you may consider blocking this person and/or reporting abuse
Wonderful tutorial Aaron, thanks!
just one question from a total noob..
after
npx cap add android
how exactly can I get an apk file, so that I can actually put the app on my phone and see it there?(without using android studio, is there a cli tool?)
Am I the only getting errors like:
In the devtools?
Link to your project?
github.com/Berkmann18/vueion
Thanks for this article. I love it. But I have a problem. The icons are not displaying in my own setup.
Check version number of II ionicons and ionic/vue.
Thanks for checking out my content, please take a look at videos that cover this also - youtube.com/channel/UCMCcqbJpyL3LA...
Why not send your package.json file here, so I can see the versions
github.com/aaronksaunders/capacito...
I actually installed the same version like you stated i the article
Is there a repo somewhere I can take a peek at?
Need more info? Screen shot? Or can you post the repo somewhere for a peek?
Thank you for the really interesting tutorial Aaron, specially for the appendix with Capacitor to cover the all process π
P.S.: The way ionicons are loaded in comparison to React, Angular or native is really interesting.
I think there are some things that the Ionic team will clean up before the vue integration comes out of beta; but there was a discussion thread on Reddit about this and I had the content from a class I taught so I figured I would share with the community
π€
Hi Arron, a question: why are you use yarn and npm to install dependencies?
You and use either one and it will work
That was nice little intro to Ionic and Vue, short and sweet. Really enjoyed building it and got it working on IOS simulator. Do you know when Ionic Vue is planned to come out of Beta?
Thanks I am glad it worked out,
I think there is a new version of vue coming out so i suspect these components will come out of beta sometime after the next release of vue - I am already using it in a production environment...
More examples here in my repo github.com/aaronksaunders and I am working on some YouTube videos - youtube.com/channel/UCMCcqbJpyL3LA...
Can you also share a tutorial where you can connect your Ionic app to an offline database?
did you have a database in mind
Hi Aaron, any update of this?
coming soon will be the first post of the new year
How about SQLite database. Below is the SQLite link to github:
github.com/jepiqueau/capacitor-dat...
After you get the basics down, here is another vuejs series I have here on dev.to - VueJS Composition API Sample App w/video - DEV Community π©βπ»π¨βπ» buff.ly/2p64FqD
WHen I am trying to make some changes in Homepage.vue and run on android, it doesnt show up but works fine when run on web.
is your project somewhere i can look at? what errors are in the log?