Skip to content

Commit 92768d8

Browse files
committed
docs: add links to packages with version and changelogs to main readme
1 parent 34120b4 commit 92768d8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ A fresh start for svite based on vite2 repo structure and setup
44

55
## Packages
66

7-
- [@svitejs/vite-plugin-svelte](packages/vite-plugin-svelte) |
7+
| Package | Version (click for changelogs) |
8+
| ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
9+
| [svite](packages/svite) | [![vite version](https://img.shields.io/npm/v/svite.svg?label=%20)](packages/svite/CHANGELOG.md) |
10+
| [@svitejs/vite-plugin-svelte](packages/vite-plugin-svelte) | [![plugin-vue version](https://img.shields.io/npm/v/@svitejs/vite-plugin-svelte.svg?label=%20)](packages/vite-plugin-svelte/CHANGELOG.md) |
811

912
## Development
1013

@@ -21,3 +24,13 @@ changes in plugin need restart of dev server
2124
- For typescript, svelte components must use `<script lang="ts">`, not `<script lang="typescript">` otherwise vite dep scan fails. see https://discord.com/channels/804011606160703521/804062134051930222/806300072349270033
2225
- exclusions in optimizeDeps also cover children (x or startswith x+/)
2326
- svelte components should be sorted with style nodes last as js code may contain markup node positions
27+
28+
# Got a question? / Need help?
29+
30+
Join [svite discord](https://discord.gg/nzgMZJD)
31+
32+
# Credits
33+
34+
- [svelte](https://svelte.dev) and [vite](https://github.com/vitejs/vite#readme) creators, maintainers and contributors
35+
- [rixo](https://github.com/rixo) - without svelte-hmr and your support this would not have been possible
36+
- [intrnl](https://github.com/intrnl) - initial inspiration from https://github.com/intrnl/vite-plugin-svelte

0 commit comments

Comments
 (0)