You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[srcDir and monorepo support](#srcdir-and-monorepo-support)
44
42
-[Run scripts from the VSCode command palette or sidebar.](#run-scripts-from-the-vscode-command-palette-or-sidebar)
45
43
-[Toggle Nuxt Devtools from your status bar](#toggle-nuxt-devtools-from-your-status-bar)
46
44
-[Search and install Nuxt integrations](#search-and-install-nuxt-integrations)
@@ -128,6 +126,20 @@ You can set your default template from these settings:
128
126
<br>
129
127
<br>
130
128
129
+
### srcDir and monorepo support
130
+
131
+
Nuxtr supports `srcDir` and monorepo projects. You can set your `srcDir` from your `nuxt.config.ts` file and Nuxtr will create files/directories in the right place for you.
132
+
133
+
```JSON
134
+
"srcDir": "src"
135
+
```
136
+
137
+
Or locate your nuxt project in your monorepo using this setting in `.vscode/settings.json`:
0 commit comments