Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Feb 10, 2021
1 parent dcfda90 commit 84c008e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

`vite-ssr` creates one build for the server, used on first rendering, and another one for the client that takes over after the first rendering.

Supports Vite 2.

See [Vitedge](https://github.com/frandiox/vitedge) for SSR in Cloudflare Workers.

References:
Expand Down Expand Up @@ -33,10 +35,10 @@ Run `yarn refresh` for moving latest version of `core` to `example/node_modules`

## Todos

- ~~TypeScript~~
- Export a build plugin so a project can be built using `vite build` (not sure if it's possible)
- ~~Make `src/main.js` file name configurable~~
- [x] TypeScript
- ~~Export a build plugin so a project can be built using `vite build` (not sure if it's possible)~~
- [x] Make `src/main.js` file name configurable
- [ ] Support build options in CLI (currently only configurable via JS API)
- Rethink router requirement (currently it relies on `vue-router`)
- Support React? (PRs welcome)
- Better docs
- Check if bundled files are correct or need more tree shaking

0 comments on commit 84c008e

Please sign in to comment.