README
vue-cli-plugin-ssr
Documentation
About
:star: Features:
- Automatic conversion of your project to SSR
- Integrated express server
- Vuex store
- Async routes
- vue-cli-plugin-apollo support
- Custom middlewares
Turn your app into an isomorphic SSR app!
<script type="module">
import alibabaAeroVueCliPluginSsr from 'https://cdn.skypack.dev/@alibaba-aero/vue-cli-plugin-ssr';
</script>
:star: Features: