namecheap / ilc

Enterprise-ready framework for Micro Frontends composition into SPA with SSR & i18n support
http://ilc.namecheap.technology
Other
718 stars 46 forks source link

Vite Support #500

Open cydrickn opened 1 year ago

cydrickn commented 1 year ago

Im using Vue3 with Vite, is their any support or tutorial to make it work with ILC?

digitalextremist commented 1 year ago

Same situation here, and looking at this. You figure anything out since you asked this a while back @cydrickn?

cydrickn commented 1 year ago

Not yet, i went to a different solutions for now without using ilc

b1ff commented 1 year ago

Hello everyone, thanks for your interest to ILC. For now we are not going to make deep support of Vue3, so I suggest to look at the strategy that has been described for angular support here https://github.com/namecheap/ilc/issues/248#issuecomment-766949099

digitalextremist commented 1 year ago

Thanks @b1ff will check into that. If deep support is put together by the community at large, should it be brought up here, or is ILC itself the only interest here and its agnosticism means it does not want to encourage deep support?

ILC seems genuinely different, and if it had deep support, it might be used more.

Asher0004 commented 9 months ago

Hey! Sorry for the late party :) I've developed a plugin to support React using ViteJS. In theory, you could use it also for your case. You can check it out here https://www.npmjs.com/package/vitejs-plugin-builder-ilc. Hope it help