Skip to content

Commit

Permalink
feat(docs): add build stencil component
Browse files Browse the repository at this point in the history
  • Loading branch information
rohmanhm committed Jan 16, 2020
1 parent 83c1a7e commit cf12b66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/with-stencil/README.md
Expand Up @@ -27,6 +27,13 @@ curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2
cd with-stencil
```

Build stencil component:

```bash
cd packages/test-component
yarn build
```

Install it and run:

```bash
Expand Down

0 comments on commit cf12b66

Please sign in to comment.