We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1776b commit 223cf86Copy full SHA for 223cf86
docs/guide/resources/migrate.md
@@ -15,6 +15,11 @@ cd path/to/your/project
15
pnpm dlx wxt@latest init example-wxt --template vanilla
16
```
17
18
+:::tip
19
+We recommend reviewing [project structure](/guide/essentials/project-structure.md) before you get started.
20
+You can customize directory names in `wxt.config.ts` to match your project's needs.
21
+:::
22
+
23
In general, you'll need to:
24
25
 <input type="checkbox" /> Install `wxt`<br />
0 commit comments