Server Side Rendering (SSR)

Server Side Rendering (SSR) Development Server

Server Side Rendering or SSR Support is provided via @akryum/vue-cli-plugin-ssr. Run the following command to run the development server using SSR or Server Side Rendering. You can browse your SSR app in the browser at http://localhost:8000/.

Server Side Rendering (SSR) Production Build

Run the following command to build your application for production using SSR or Server Side Rendering. The build will be stored in the dist/ directory.

Run the SSR production build of your application in your browser at http://localhost:8000/: