vuejs-ssr-example
vuejs-ssr-example copied to clipboard
Vue.js 2 Server-side rendering Example
vuejs-ssr-example
How to Run
-
Install node_modules by
yarnornpm -
Build Our Vue App
npm run build -
Start server
node server.js -
Go to
http://localhost:8080to see result