docs: Add note about reviewing project structure in migration guide (#1990)

This commit is contained in:
K.Utsunomiya
2025-12-16 23:36:02 +09:00
committed by GitHub
parent 4f1776befc
commit 223cf8613b
+5
View File
@@ -15,6 +15,11 @@ cd path/to/your/project
pnpm dlx wxt@latest init example-wxt --template vanilla
```
:::tip
We recommend reviewing [project structure](/guide/essentials/project-structure.md) before you get started.
You can customize directory names in `wxt.config.ts` to match your project's needs.
:::
In general, you'll need to:
&ensp;<input type="checkbox" /> Install `wxt`<br />