@akryum/vue-cli-plugin-ssr
Version:
Turn your app into an isomorphic SSR app!
25 lines (17 loc) • 307 B
Markdown
# Usage
::: warning
This plugin is intended to be used in a project created with Vue CLI 3.
:::
Add the plugin to the project:
```bash
vue add @akryum/ssr
```
Start the development server:
```bash
yarn run ssr:serve
```
To run the app in production:
```bash
yarn run ssr:build
yarn run ssr:start
```