Skip to content

Commit

Permalink
docs(runtime): Add router example
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Nov 22, 2017
1 parent 339b5b2 commit cf13fa9
Show file tree
Hide file tree
Showing 13 changed files with 7,874 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/router/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"presets": [
[
"env",
{
"targets": {
"node": "8.9.1"
}
}
],
"stage-3"
],
"plugins": ["transform-flow-strip-types", ["transform-react-jsx", {"pragma": "el"}]]
}
1 change: 1 addition & 0 deletions examples/router/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
6 changes: 6 additions & 0 deletions examples/router/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Router Example

```sh
npm install
npm run watch
```
Loading

0 comments on commit cf13fa9

Please sign in to comment.