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
Last Updated: 10/20/2019, 4:53:59 PM