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
- Host: GitHub
- URL: https://github.com/acoshift/vuejs-ssr-example
- Owner: acoshift
- Created: 2016-12-03T18:41:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T18:33:55.000Z (about 9 years ago)
- Last Synced: 2025-06-10T21:10:31.886Z (about 1 year ago)
- Topics: example, vuejs2
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 24
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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