-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New template: Webpack - Server-side rendering
#209
Comments
something like https://github.com/zeit/next.js for Vue.js would look sweet. |
You can check out this WIP template if you'd like :
... |
@egoist Have you seen https://github.com/nuxt/nuxt.js ? It's been a while since your comment, but Nuxt is exactly what you are describing, and I like what I see! I would love if if there were something official, though. I always assumed vue-cli would expand to something more like Ember and Angular 2 where you can add a route from the command line, etc. But perhaps that is out of the scope of the Vue core. |
@jpt It doesn't need to be official to be good 😉 . Nuxt is a great project, well maintained and actively being worked on. It'd we a waste to create an official fork of it! |
A simple server-side rendering CLI template for Vue.js: https://github.com/xpepermint/vue-cli-template |
Looks like Vue v2.2 will get even more SSR goodies and community is thinking about it. Also see this: https://www.youtube.com/watch?v=InOWBvseRYU&feature=youtu.be&t=5386 |
Hello is there any update about cli template for ssr, i really would like to have full supported webpack template wich would be managed by official vue js team. I think many peaple get stuck in searching for ssr templates. The temlates which exist usually do not have some feachers for example css bundeling or proper minification. And so on ... . Thank you |
Hello everyone! If no - I could start build template based on hn example. @LinusBorg I'm not sure if you're close to vue-cli and its templates, but can you please coordinate future moves in this issue? |
Vuejs 2.0 has 1 nice feature is server-side rendering. But setup this feature runs correctly somehow is too pain for newbie.
So I think it's nice to add a new template support server-side rendering.
The text was updated successfully, but these errors were encountered: