Skip to content

Commit

Permalink
docs: add example link
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 9, 2024
1 parent cd5201f commit 9a688c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export default defineConfig({
});
```

Full example is located at [examples/vite](https://github.com/yjl9903/unplugin-info/blob/main/examples/vite).

<br></details>

<details>
Expand Down Expand Up @@ -70,6 +72,8 @@ module.exports = {
};
```

Full example is located at [examples/webpack](https://github.com/yjl9903/unplugin-info/blob/main/examples/webpack).

<br></details>

<details>
Expand All @@ -86,6 +90,8 @@ export default defineNuxtConfig({
});
```

Full example is located at [examples/nuxt](https://github.com/yjl9903/unplugin-info/blob/main/examples/nuxt).

<br></details>

<details>
Expand Down

0 comments on commit 9a688c7

Please sign in to comment.