ionic-team / tutorial-photo-gallery-vue

Photo Gallery Tutorial: Ionic Vue and Capacitor
https://ionicframework.com/docs/vue/your-first-app
60 stars 43 forks source link

feat(vue): rebuild the project based on the latest starter #19

Closed kensodemann closed 1 year ago

kensodemann commented 1 year ago

There were two major changes to the starters since this project was first created:

  1. Tab2.vue -> Tab2Page.vue (file naming conventions changed)
  2. The use of script setup syntax in the SFC files

There were also other modifications to the tooling, etc.

In the end, it was easier to create a new project and overlay everything than to try to retro-fit the existing code, so I did that and cleaned up the tutorial as I went.

We have also added packages like @ionic/prettier-config so I used that within this sample, though felt there was no need to add it to the tutorial itself.