tribal-relations / client

0 stars 0 forks source link

add nuxt frontend #16

Closed gennadyterekhov closed 11 months ago

gennadyterekhov commented 11 months ago

it's better to start something real now or I might fall into test trap, just writing tests without ever running the real app

gennadyterekhov commented 11 months ago

https://nuxt.com/

gennadyterekhov commented 11 months ago

it seems I need also to migrate to vite

gennadyterekhov commented 11 months ago

google
https://www.sitepoint.com/webpack-vite-migration/
https://dev.to/wojtekmaj/migrating-your-react-app-from-webpack-to-vite-inp
https://www.stormkit.io/blog/migrating-your-app-from-webpack-to-vite

gennadyterekhov commented 11 months ago

https://nuxt.com/docs/guide/concepts/typescript

gennadyterekhov commented 11 months ago

I cant make it to do hot reloading
it seems I need more time just researching how nuxt & vite work

gennadyterekhov commented 11 months ago

https://nuxt.com/docs/getting-started/configuration#external-configuration-files

gennadyterekhov commented 11 months ago

https://github.com/vitejs/vite/discussions/ 4654

gennadyterekhov commented 11 months ago

https://github.com/nuxt/nuxt/issues/ 14126

gennadyterekhov commented 11 months ago

https://github.com/tribal-relations/client/pull/50

gennadyterekhov commented 11 months ago

added basic nuxt support
but the cli version still uses webpack and module:commonjs
need to change it everytime before I fix this problem