Skip to content

Commit

Permalink
docs: feature matrix legend, getting started header
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Oct 11, 2023
1 parent 26cd620 commit 9b8b807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/future/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ toc: false

[Vite] is a powerful, performant and extensible development environment for JavaScript projects. In order to improve and extend Remix's bundling capabilities, we're currently exploring the use of Vite as an alternative compiler to esbuild.

**Legend**: ✅ (Tested),❓ (Untested), ⏳ (Not Supported)

| Feature | Node | Deno | Cloudflare | Notes |
| ---------------------------- | ---- | ---- | ---------- | ----------------------------------------- |
| Built-in dev server |||| |
Expand All @@ -17,6 +19,8 @@ toc: false
| HDR |||| |
| MDX |||| https://github.com/vitejs/vite/pull/14560 |

## Getting started

To get started with Vite in an existing Remix project (or a new one created with [create-remix]), first install Vite as a dev dependency:

```shellscript nonumber
Expand Down

0 comments on commit 9b8b807

Please sign in to comment.