Usage
WARNING
This plugin is intended to be used in a project created with Vue CLI 3.
Add the plugin to the project:
vue add @akryum/ssr
Start the development server:
yarn run ssr:serve
To run the app in production:
yarn run ssr:build
yarn run ssr:start