@prog666/vue-cli-plugin-ssr
v0.2.3
Published
Turn your app into an isomorphic SSR app!
Readme
@akryum/vue-cli-plugin-ssr
Simple Server-Side-Rendering plugin for Vue CLI (Work-in-Progress)
:star: Features:
- Automatic conversion of your project to SSR
- Integrated express server
- Vuex store
- Async routes
- vue-cli-plugin-apollo support
:rocket: Roadmap:
- Automatic conversion of vuex modules to
state () {} - Integration with CLI UI
Usage
vue add @akryum/ssr
yarn run ssr:serveTo run the app in production:
yarn run ssr:build
yarn run ssr:start