Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 18, 2024
1 parent 9d75be8 commit 4531262
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/vue-ssr-extra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Built on
- `pinia`
- `"use server"` convention

```sh
# development on Miniflare
pnpm dev

# preview on wrangler
pnpm build
pnpm preview

# deploy to cloudflare workers
pnpm release
```

## references

- Original `@hiogawa/react-server` starter demo https://github.com/hi-ogawa/vite-plugins/tree/main/packages/react-server/examples/starter
Expand Down

0 comments on commit 4531262

Please sign in to comment.