CKGrafico / Frontend-Boilerplates

Collection of Boilerplates with ES6, Vue, React, Nuxt, TypeScript, SCSS, Nodejs. Using good practices and file structures to inspire your real projects.
https://boilerplates.js.org
MIT License
378 stars 76 forks source link

Vue and NUXT will be created again soon. #119

Open CKGrafico opened 3 years ago

CKGrafico commented 3 years ago

Vue and NUXT templates were not updated in a while, them will be created from scratch again soon,

nhegedus commented 2 years ago

Do you have any progress on the new templates? Do you use composition api for them ?

CKGrafico commented 2 years ago

0 progress sorry but I'm using Vue 3 and Nuxt 3 in real projects, I'll probably create a boilerplate

nhegedus commented 2 years ago

That would be great. It worth using vue 3 or nuxt 3 with inverify ? I mean do you still use inversify with vue 3/nuxt3 in your projects or mostly use composables ?

CKGrafico commented 2 years ago

With components no. With composables 50% Between services yes.

Right now I'm NOT using on vue 3 or react with hooks. They both implement IoC and its not DI but its enough on my projects, my projects don't represent all the projects.

I hope this helps :)