Commit dd7fef2
docs: several updates (#255)
* feat: full TypeScript support (#238)
* feat: support build outDir outside client Vite root
* rm uneeded
Signed-off-by: Jonas Galvez <jonasgalvez@gmail.com>
* rm console
Signed-off-by: Jonas Galvez <jonasgalvez@gmail.com>
* Delete starters/react-ts/index.tsx
Signed-off-by: Jonas Galvez <jonasgalvez@gmail.com>
* Update package.json
Signed-off-by: Jonas Galvez <jonasgalvez@gmail.com>
* rm unused
* improve handling of dist dir
* improve handling of dist dir (2)
* fix(react): support tsx
* mv config to top-level
* update pkg scripts
* fix handling of absolute dirs in createRoute
* rm uneeded change
* add virtual-ts as a separate set
* base for vue ts example
* default to convention (client/dist)
* update vue-vanilla
* ongoing work updating examples
* add custom dist example
* update react-vanilla, jsx runtime
* vue-vanilla-ts
* mv react examples to maintained
* reintroduce maintained react examples
* oxlint everything
* oxlint everything
* cleanups
* add ts virtual placeholders
* fix vue-vanilla-ts
* add react ts starter
* let plugin override clientModule
* add ts option
* rm old example, use ts option
* vue ts example
* fix
* fix
* fix
* use vue-tsc
* use vue-tsc
* use vue-tsc
* update pkg lock
* add react-vanilla-ts-src example
* chore: rename config.json to vite.config.json for clarity
* fix: react-ts typing and tests
* fix: vue-vanilla-ts-src
* fix: revert autoformating
* refactor: prefer use of resolve rather than join
* fix
* fix
* fix
* improve comment
* add missing tsc call
---------
Signed-off-by: Jonas Galvez <jonasgalvez@gmail.com>
Co-authored-by: jean <jean.antoine.michelet@gmail.com>
* fix: legacy resolving of vite.config.js
* react-typescript starter fixes
* Add docs for src directory and custom server builds (#240)
* fix: add typing for decorators and routes (#241)
* fix: add typing for decorators and routes
* Set version of fastify to ^5.3.2 everywhere
---------
Co-authored-by: Wei Wang <wei@fastmail.com>
* Use fastify version from catalog everywhere
* feat(vue): replace unihead with unhead (#230)
* feat(vue): replace unihead with unhead
* chore: add bodyattr to streaming page
* refactor: pass head to configure
To allow registering hooks in unhead
* chore: update lockfile
* fix: sync virtual ts with virtual
* chore: sync examples from main
* chore: sync contrib from main
* chore: rm dupes
* chore: remove outdated
* chore: rm dupe
* fix: spa vite config json (#247)
* Add react-vanilla-spa-ts example
* Fix location of vite.config.json in SPA mode with custom outDir
* Update lockfile
* chore: lint
* chore: update test manifest
* Add question mark (#249)
* release: @fastify/vue@1.1.0
* feat(react): replace unihead with unhead
* sync vue/react, starters
* rm htmx docs (just flat copies from vue) until they're properly written
* update
* fix
* fix(docs): index.html
* update shells
* update
---------
Signed-off-by: Jonas Galvez <jonasgalvez@gmail.com>
Co-authored-by: jean <jean.antoine.michelet@gmail.com>
Co-authored-by: Wei Wang <wei@fastmail.com>
Co-authored-by: Jean <110341611+jean-michelet@users.noreply.github.com>
Co-authored-by: Andreas Johansson <z@zanmato.se>1 parent 02bea8b commit dd7fef2
File tree
32 files changed
+385
-1765
lines changed- .vscode
- docs
- .vitepress/theme/components
- htmx
- react
- vue
- examples
- starters
- vue-base
- client
- vue-kitchensink
- client
- vue-typescript/client
32 files changed
+385
-1765
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
This file was deleted.
0 commit comments