ais-one / cookbook

VueJS + NodeJS Evergreen Cookbook
https://dev.to/aisone/vuejs-expressjs-crud-cookbook-46l0
MIT License
459 stars 121 forks source link

[QUESTION] - Other UI Libs #69

Closed go4cas closed 3 years ago

go4cas commented 5 years ago

@ais-one, the latest release looks pretty solid!

I was wondering how deeply integrated is Vuetify into vue-crud-x? How easy/difficult would it be to use another component library (like iview, element, vue-ant, etc)?

ais-one commented 5 years ago

Now not so difficult.

I indicated the places in the VueCrudX to change...

Planning to add ant when I have time... Vue and ant paging sorting filter event is a bit different, but can be handled.

If need information faster, I am in the telegram group... @vuejssg

On Fri, Aug 2, 2019, 12:13 Cas du Plessis notifications@github.com wrote:

@ais-one https://github.com/ais-one, the latest release looks pretty solid!

I was wondering how deeply integrated is Vuetify into vue-crud-x? How easy/difficult would it be to use another component library (like iview https://www.iviewui.com/, element https://element.eleme.io/#/en-US, vue-ant https://vue.ant.design/docs/vue/introduce/, etc)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ais-one/vue-crud-x/issues/69?email_source=notifications&email_token=ABAWBHV6EZE24XH3S7M7VPDQCOX57A5CNFSM4II2HC52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HC6733A, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAWBHQXIMIKPDZ5O2D7NFDQCOX57ANCNFSM4II2HC5Q .

go4cas commented 5 years ago

@ais-one, any idea when ant would be implemented?

ais-one commented 5 years ago

I will try out next month... this month was really bz

On Mon, Sep 9, 2019, 13:39 Cas du Plessis notifications@github.com wrote:

@ais-one https://github.com/ais-one, any idea when ant would be implemented?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ais-one/vue-crud-x/issues/69?email_source=notifications&email_token=ABAWBHTZKEKKT7UQRUE3NNLQIXOQ5A5CNFSM4II2HC52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6GJPQY#issuecomment-529307587, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAWBHRPYQR6X7U72WLDXG3QIXOQ5ANCNFSM4II2HC5Q .

ais-one commented 5 years ago

Now that things seem abit more stable, I would like to explore using another UI library such as Ant Design

go4cas commented 4 years ago

@ais-one, good to see the regular releases! Any idea more or less when the Ant Design release will be available?

ais-one commented 4 years ago

Hi,

These few days, I am working on backend.

Then frontend...

  1. Making framework agnostic web components such as loading overlay...

  2. Then design and implement for multi UI framework starting with Ant Design!

On Thu, Jan 30, 2020, 15:48 Cas du Plessis notifications@github.com wrote:

@ais-one https://github.com/ais-one, good to see the regular releases! Any idea more or less when the Ant Design release will be available?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ais-one/vue-crud-x/issues/69?email_source=notifications&email_token=ABAWBHRLYOWMKEQ2SXXGZB3RAKA5ZA5CNFSM4II2HC52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKKAKFI#issuecomment-580125973, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAWBHSNXGMHMIZJDQQY423RAKA5ZANCNFSM4II2HC5Q .

go4cas commented 4 years ago

Hi @ais-one ... great changes with 0.30! Any progress with the Ant Design version?

ais-one commented 4 years ago

Hi, yes finally... will be moving on to Ant Design...

I need to try and reduce as much dependancy on any UI framework. Fortunately, Ant Design and Vuetify have pagination included with the data tables.

Bootstrap and I think Buefy does not have. Those will consider later.

ais-one commented 4 years ago

trying to get ant-design-vue to work with vue 3...

ais-one commented 4 years ago

https://medium.com/@eauditory3/ant-design-or-elephant-design-a03c19549553

Ant design is feature rich but seems bloated, even with tree shaking, thinking of really looking out for some other alternative...

ais-one commented 4 years ago

We may revisit Ant Design...

https://2x.antdv.com/docs/vue/migration-v2/

Hopefully momentJS is no longer a dependency there...

ais-one commented 3 years ago

overtaken by events