We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d70a0 commit 365aa08Copy full SHA for 365aa08
1 file changed
examples/vitedemo/README.md
@@ -30,15 +30,13 @@ npm run dev
30
31
The demo will open automatically at: http://localhost:3000
32
33
-### 3. Build for Production
+### 3. Build for Production (Not Supported Yet)
34
35
-```bash
36
-npm run build
37
-npm run preview
38
-```
+This demo is intended for `npm run dev` only. The production build currently fails because the
+demo source includes strict TypeScript issues, so it will not work "out of the box."
39
40
-Note: `npm run build` runs `tsc` with strict settings. If you hit TypeScript errors in the demo
41
-code, use `npm run dev` for browser verification or fix the demo types before building.
+If you need a no-build browser check, use the browser test page served by:
+`node examples/browser-test-server.js`
42
43
## How to Use
44
0 commit comments