@z-akryum/vue-cli-plugin-ssr
v0.6.0
Published
Turn your app into an isomorphic SSR app!
Downloads
41
Readme
This fork is a workarround for Running SSR Server does not work with Typescript #57. The workarround is to rename the package name by adding "z". This make the package added into package.json after the "@vue/cli-plugin-typescript" Thanks for nether-cat. Waiting for Plugin ordering #1754, #1938
@akryum/vue-cli-plugin-ssr
Simple Server-Side-Rendering plugin for Vue CLI (Work-in-Progress)
Sponsors
Gold
Silver
Bronze
About
:star: Features:
- Automatic conversion of your project to SSR
- Integrated express server
- Vuex store
- Async routes
- vue-cli-plugin-apollo support
- Custom middlewares
:rocket: Roadmap:
- Automatic conversion of vuex modules to
state () {}
- Integration with CLI UI