bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

how to do ssr with this project #187

Closed liurongwei closed 4 years ago

liurongwei commented 4 years ago

I have used this template project to develop a business project , spa not match the requirement , seo needed ,how to make it support ssr feather ?

danielroe commented 4 years ago

@liurongwei This is a Vue CLI project so you can follow the instructions at https://ssr.vuejs.org/ or use a framework like https://vapperjs.org/.

If you are looking for information on Feathers, particularly, there are many tutorials including this one for Nuxt or this boilerplate that should give you a good idea of where to start.

chrisvfritz commented 4 years ago

Thanks @danielroe for the great answer!