vuejs-ssr-example icon indicating copy to clipboard operation
vuejs-ssr-example copied to clipboard

Vue.js 2 Server-side rendering Example

vuejs-ssr-example

How to Run

  1. Install node_modules by yarn or npm

  2. Build Our Vue App npm run build

  3. Start server node server.js

  4. Go to http://localhost:8080 to see result