Skip to content

Commit

Permalink
rename examples
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 8, 2024
1 parent 4306f74 commit 75c9a39
Show file tree
Hide file tree
Showing 49 changed files with 11 additions and 51 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/basic/readme.md → examples/full/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Basic example of using `vike-vue`, showcasing:
git clone [email protected]:vikejs/vike-vue
cd vike-vue/
pnpm install
cd examples/basic/
cd examples/full/
pnpm run dev
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Example of using [Pinia](https://pinia.vuejs.org/) with the `vike-pinia` extensi
git clone [email protected]:vikejs/vike-vue
cd vike-vue/
pnpm install
cd examples/with-vike-pinia/
cd examples/pinia/
pnpm run dev
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/vike-pinia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
Pinia integration for Vike, see [vike.dev/pinia](https://vike.dev/pinia).

- [Documentation](https://vike.dev)
- [Example](https://github.com/vikejs/vike-vue/tree/main/examples/with-vike-pinia)
- [Example](https://github.com/vikejs/vike-vue/tree/main/examples/pinia)
- [Changelog](https://github.com/vikejs/vike-vue/blob/main/packages/vike-pinia/CHANGELOG.md)
4 changes: 2 additions & 2 deletions packages/vike-vue/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ pnpm build

### Running the examples

You can then test your modifications against an example, e.g. `examples/basic/`:
You can then test your modifications against an example, e.g. `examples/full/`:

```bash
cd examples/basic/
cd examples/full/
pnpm dev
cd ../../
```
Expand Down
52 changes: 6 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75c9a39

Please sign in to comment.