From d58ae83659e4d408b95c12d81435498964357da7 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 10 May 2020 22:08:09 -0400 Subject: [PATCH] chore: note on framework support [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92d9ecf690a3e3..746ad99aa8b4e6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ $ yarn $ yarn dev ``` +> Although Vite is primarily designed to work with Vue 3, it can actually support other frameworks as well. For example, try `npx create-vite-app` with `--template react` or `--template preact`. + ## Browser Support Vite requires [native ES module imports](https://caniuse.com/#feat=es6-module) during development. The production build also relies on dynamic imports for code-splitting (which can be [polyfilled](https://github.com/GoogleChromeLabs/dynamic-import-polyfill)).