Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 75c9a39 commit 508baa4
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions examples/full/readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
Basic example of using `vike-vue`, showcasing:
Full-fledged example of using `vike-vue`, showcasing:

- [layouts](https://vike.dev/layouts)
- rendering to `<head>`
- fetching data with [`data()`](https://vike.dev/data) hooks
- `<ClientOnly>` components
- [markdown pages](https://vike.dev/markdown)
- [configs](https://vike.dev/config)
- [error pages](https://vike.dev/error-page)
- Installing additional [Vue plugin](https://vuejs.org/guide/reusability/plugins.html)
- [Layout](https://vike.dev/Layout)
- Fetching data with [`data()`](https://vike.dev/data)
- [`<ClientOnly>`](https://vike.dev/ClientOnly)
- [Toggling SSR](https://vike.dev/ssr) on a per-page basis.
- [Markdown](https://vike.dev/markdown)
- [Error page](https://vike.dev/error-page)
- Installing [Vue plugin](https://vuejs.org/guide/reusability/plugins.html)

```bash
git clone [email protected]:vikejs/vike-vue
cd vike-vue/
pnpm install
cd examples/full/
pnpm run dev
cd vike-vue/examples/full/
npm install
npm run dev
```

0 comments on commit 508baa4

Please sign in to comment.