faisalfjri / breeze-vue-api

An application / authentication starter kit frontend in Vue.js 3 for Laravel Breeze.
MIT License
70 stars 16 forks source link

Proposal for name spacing pull request - rename BreezeComponent to Component #2

Closed eugenefvdm closed 2 years ago

eugenefvdm commented 2 years ago

I was wondering if this pull request that I wanted to do would be useful. It's modelled after Laravel Breeze pull request #179, Remove "Breeze" component prefix

The idea would be to limit the scope to just the Breeze component renames. If you are happy with the changes, then I could possibly attempt more of the renaming that happened in that pull request. But for now, just those renames.

The reason for doing this would be to align this repository with the official Laravel Breeze repository as much as possible and then hopefully keep it future. I found this repository very useful because I'm developing an offline PWA so I can't use Inertia and server side routing.

@faisalfjri what do you think?

faisalfjri commented 2 years ago

@eugenevdm I think it's a good idea

eugenefvdm commented 2 years ago

Cool thanks @faisalfjri here is my attempt: https://github.com/faisalfjri/breeze-vue-api/pull/3