Skip to content

Commit df9f7c9

Browse files
committed
🚀 RELEASE: Version 0.1.1
1 parent 0304bd7 commit df9f7c9

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
</div>
3030

3131

32-
![Nuxt Dependencies](https://raw.githubusercontent.com/nuxtrdev/nuxtr-vscode/main/.github/media/dependencies.gif)
33-
34-
3532
<br>
3633

3734
### What does Nuxtr do?
@@ -41,6 +38,7 @@
4138
- [Dependencies management](#dependencies-management)
4239
- [Nuxt/Custom Snippets](#nuxtcustom-snippets)
4340
- [Vue File Templates](#vue-file-templates)
41+
- [srcDir and monorepo support](#srcdir-and-monorepo-support)
4442
- [Run scripts from the VSCode command palette or sidebar.](#run-scripts-from-the-vscode-command-palette-or-sidebar)
4543
- [Toggle Nuxt Devtools from your status bar](#toggle-nuxt-devtools-from-your-status-bar)
4644
- [Search and install Nuxt integrations](#search-and-install-nuxt-integrations)
@@ -128,6 +126,20 @@ You can set your default template from these settings:
128126
<br>
129127
<br>
130128

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`:
138+
139+
```JSON
140+
"nuxtr.monorepoMode.DiretoryName": "directory-name"
141+
```
142+
131143

132144
### Run scripts from the VSCode command palette or sidebar
133145

0 commit comments

Comments
 (0)