https://github.com/codebender828/vue-ssr-test
Server Side Rendering Implementation of VueJS with webpack. --work in progress
https://github.com/codebender828/vue-ssr-test
Last synced: about 1 year ago
JSON representation
Server Side Rendering Implementation of VueJS with webpack. --work in progress
- Host: GitHub
- URL: https://github.com/codebender828/vue-ssr-test
- Owner: codebender828
- Created: 2018-12-11T06:47:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T06:48:33.000Z (over 7 years ago)
- Last Synced: 2025-02-14T10:32:06.333Z (over 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ssr-example
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).