Skip to content

Commit 2ead4b9

Browse files
committed
docs: add cli guide
1 parent 598470b commit 2ead4b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/guide/quick-start.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ We provide a few templates to help you get started with jwc.js. You can use them
6262
| --- | --- |
6363
| [`starter-vite-ts`](https://github.com/jwcjs/core/tree/main/packages/create-jwc/starter-vite-ts) | A starter template for Vite + TypeScript + Jwc.js |
6464

65+
You should see something similar to the following:
66+
67+
```
68+
✔ Project name: … my-jwc-app
69+
✔ Select a template: › Starter (Vite + TypeScript)
70+
✔ Select a package manager: › pnpm
71+
✔ Created project in /<path>/my-jwc-app.
72+
✔ To get started:
73+
cd my-jwc-app
74+
pnpm install
75+
pnpm run dev
76+
```
77+
6578
Once the project is created, follow the instructions to install dependencies and start the dev server:
6679

6780
::: code-group

0 commit comments

Comments
 (0)