https://github.com/willi-dev/vue-ssr-learn
learning vue js + server side rendering
https://github.com/willi-dev/vue-ssr-learn
sass server-side-rendering vue webpack
Last synced: 3 months ago
JSON representation
learning vue js + server side rendering
- Host: GitHub
- URL: https://github.com/willi-dev/vue-ssr-learn
- Owner: willi-dev
- Created: 2018-11-03T10:25:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T15:31:15.000Z (over 6 years ago)
- Last Synced: 2025-01-14T09:54:16.087Z (4 months ago)
- Topics: sass, server-side-rendering, vue, webpack
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ssr
> learning vue js & server side rendering
> reference: https://vuejsdevelopers.com/2017/12/11/vue-ssr-router/## 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).