Skip to content

Commit

Permalink
add README 😈
Browse files Browse the repository at this point in the history
  • Loading branch information
ccforward committed Dec 26, 2016
1 parent feb449b commit 76270ae
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
# Vue.js SSR Template

> Vue.js Server Side Render Template
> A Dead Simple Vue.js Server Side Render Template
## Demo

[Vue.js SSR Template Demo](http://ssr.ccforward.net/)

## Build Setup

``` bash
# npm
npm install

# yarn
yarn

# develop
npm run dev

# deploy
npm run deploy

# build
npm run build
```

## Project Structure

```
project /
build /
dev-server.js
vue-loader.conf.js
webpack.base.conf.js
webpack.client.conf.js
webpack.server.conf.js
dist /
node_modules /
public /
src /
css /
main.css
components /
router /
index.js
store /
index.js
stylus /
main.styl
views /
app.js
App.vue
client-entry.js
index.html
server-entry.js
.gitignore
app.js
package.json
```

## About Vue.js SSR
[vue-server-renderer](https:、/github.com/vuejs/vue/tree/dev/packages/vue-server-renderer)

Empty file added src/components/.gitkeep
Empty file.

0 comments on commit 76270ae

Please sign in to comment.