Skip to content

Commit

Permalink
doc:update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Apr 25, 2017
1 parent 36251a2 commit 64c4d88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ exports.vuessr = {
// layout: path.join(app.baseDir, 'app/view/layout.html'),
// manifest: path.join(app.baseDir, 'config/manifest.json'),
// buildConfig: path.join(app.baseDir, 'config/buildConfig.json'),
// injectCss: true,
// injectJs: true,
// afterRender: (html, context) => {
// return html;
// },
};
```

Expand Down

0 comments on commit 64c4d88

Please sign in to comment.