Skip to content

Commit 3568d6b

Browse files
committed
docs: provide deno example
1 parent a67bb5f commit 3568d6b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/create-vite/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ With Bun:
2929
bun create vite
3030
```
3131

32+
With Deno:
33+
34+
```bash
35+
deno run -A npm:create-vite
36+
```
37+
3238
Then follow the prompts!
3339

3440
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

packages/vite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vite
1+
# Vite
22

33
> Next Generation Frontend Tooling
44

0 commit comments

Comments
 (0)