# 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
```
