Ionic Camera App - Ionic Vue Example

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии •

  • @LuisFernandoPimenta
    @LuisFernandoPimenta 4 года назад +2

    very good !

    • @CodeSwag
      @CodeSwag  4 года назад

      Thanks a lot Luis!

  • @laigen7528
    @laigen7528 4 года назад +1

    Thank you for this video.
    I have tried to make it alone but I'm failed. With your help I was successful. Keep it up bro. 😃

    • @CodeSwag
      @CodeSwag  4 года назад +1

      Glad I could help

  • @isaachatilima
    @isaachatilima 2 года назад

    Great tutorial, quick question. From end to end of this tutorial, will this still work as a PWA? or did it change when you added the platform code block?

  • @fadhilinjagi1090
    @fadhilinjagi1090 3 года назад

    Great video. You saved me a lot, as I could not do it by myself.
    Could you please make a video on Ionic Vue vs Quasar framework? I would love to hear your comparison and conclusion.

    • @CodeSwag
      @CodeSwag  3 года назад

      Thanks for the suggestion. I'll look into Quasar.

  • @chanuboyini9792
    @chanuboyini9792 4 года назад +1

    I got an error like slot="used on content inserted into child components to indicate which named slot the content belongs to" what I have to do now?

    • @CodeSwag
      @CodeSwag  4 года назад

      Please share your code on github so I can help you to debug

    • @fadhilinjagi1090
      @fadhilinjagi1090 3 года назад

      Ionic slots are very different from the Vue slot attributes that are now deprecated and raising a bunch of errors. It's just the IDE complaining, but the app should work just fine.

  • @kid_rz
    @kid_rz 3 года назад

    how to upload from gallery? with axios please

  • @Imaginativeone_DF
    @Imaginativeone_DF 4 года назад

    Is this Ionic 5 + Vue 3?

  • @castagnaf8597
    @castagnaf8597 3 года назад

    hello! thanks for this video, very solid tutorial. I found this error in Tabs.vue: [vue/no-deprecated-slot-attribute]
    `slot` attributes are deprecated.
    ERROR LINE:

    • @castagnaf8597
      @castagnaf8597 3 года назад

      update: noticed that 'slot' is deprecated? what to use instead?

  • @anycerollyseignoutiotsop7627
    @anycerollyseignoutiotsop7627 3 года назад

    Salut j'ai suvi toutes les etapes du toto mais je reçois cette erreur de compilation
    Failed to compile.
    ./src/views/Tab2.vue?vue&type=script&lang=ts (./node_modules/cache-loader/dist/cjs.js??ref--14-0!./node_modules/babel-loader/lib!./node_modules/ts-loader??ref--14-2!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader-v16/dist??ref--0-1!./src/views/Tab2.vue?vue&type=script&lang=ts)
    Module not found: Error: Can't resolve '@composables/usePhotoGallery' in 'C:\Users\bekym\Desktop\projet legrandsoft\terre-neuve-app\src\views'

  • @Ezechielpitau
    @Ezechielpitau 2 года назад +1

    What I hate about this stuff: This tutorial is only a year old and already everything has changed, things are deprecated, imports don't exist anymore... :(

    • @CodeSwag
      @CodeSwag  2 года назад

      I totally understand. That is a very frustrating thing about the Javascript world.