An open API service indexing awesome lists of open source software.

https://github.com/acoshift/vuejs-ssr-example

Vue.js 2 Server-side rendering Example
https://github.com/acoshift/vuejs-ssr-example

example vuejs2

Last synced: 9 months ago
JSON representation

Vue.js 2 Server-side rendering Example

Awesome Lists containing this project

README

          

# vuejs-ssr-example

## How to Run

1. Install node_modules by `yarn` or `npm`

1. Build Our Vue App `npm run build`

1. Start server `node server.js`

1. Go to `http://localhost:8080` to see result