anasameur / VuejsBoilerPlate

A boiler-plate for vuejs application based on webpack
MIT License
3 stars 0 forks source link

Use Nuxt instead of Vue #11

Closed Actarus-0 closed 1 year ago

Actarus-0 commented 6 years ago

I think you should better base your boilerplate on Nuxt instead of VueJs in order to get aligned with the VueJS/Nuxt community.

It seems that you are building your own Nuxt at this point, so why not use an accepted convention by the community?

Look at these ressources: https://github.com/nuxt-community/awesome-nuxt https://github.com/nuxt-community/modules https://www.toptal.com/vue-js/server-side-rendered-vue-js-using-nuxt-js

I also found an example of a starter project that uses both Nuxt and Vuetify, maybe you can have at look at it: https://github.com/vuetifyjs/nuxt

Actarus-0 commented 6 years ago

I just saw that you used https://github.com/vuejs-templates/webpack as starting template.

It confirms the idea of doing what Nuxt already does better and with a fast growing community.