Skip to content

Commit 3307eff

Browse files
committed
docs: readme text
1 parent 28378f6 commit 3307eff

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ For monorepo configurations, specify the directory name containing your Nuxt pro
173173
<br>
174174
<br>
175175

176-
### Run scripts from the VSCode command palette or sidebar
176+
### Execute Scripts with Ease
177177

178-
Main scripts are available from command palette, if you want to use a custom command you can find it in the sidebar. Besides `nuxt dev` command, all other commands run in the background and you can see the output in the VSCode output channel.
178+
Access main scripts directly from the command palette for swift execution. Should you require a custom command, you can conveniently locate it in the sidebar. With the exception of nuxt dev, all other commands operate in the background, and you can monitor the output in the VSCode output channel.
179179

180180
![Nuxt Scripts](./.github/media/scripts.gif)
181181

@@ -184,9 +184,9 @@ Main scripts are available from command palette, if you want to use a custom com
184184

185185
### Toggle Nuxt Devtools from your status bar
186186

187-
[Nuxt Devtools](https://devtools.nuxtjs.org/) is a great tool! One of the great features it offer is working globally with your project if you are using Nuxt <= 3.4.0. You can toggle it from your status bar. Extension detects your Nuxt version and advices you to update if not.
187+
[Nuxt Devtools](https://devtools.nuxtjs.org/) empowers you to make informed decisions about your project. Provides invaluable insights and transparency for your Nuxt application. Uncover performance gaps and effortlessly fine-tune your app configurations and more!
188188

189-
Manual toggling from nuxt.config.ts is detected and state is synced.
189+
Nuxtr offers a toggle directly in your VSCode statusbar. Manual toggling from nuxt.config.ts is also detected and state is synced.
190190

191191
![Nuxt Devtools](./.github/media/devtools.gif)
192192

@@ -195,7 +195,10 @@ Manual toggling from nuxt.config.ts is detected and state is synced.
195195

196196
### Search and install Nuxt integrations
197197

198-
Almost full support for Nuxt modules with a typical searching/filters experience as Nuxt Modules directory. Once you have found your desired module and detected your package manager, it will be installed and added to the nuxt.config file. A success message will be displayed, along with a button to access the module documentation.
198+
Effortlessly search for and install Nuxt modules, mirroring the familiar experience of the [Nuxt Modules](https://nuxt.com/modules) directory. Once you've located your desired module and your package manager is detected, it will be seamlessly integrated into your nuxt.config file. A success message will confirm the installation, along with a quick link to access the module documentation.
199+
200+
201+
Search and Install Nuxt modules with a typical searching/filters experience as [Nuxt Modules](https://nuxt.com/modules) directory. Once you have found your desired module and your package manager is detected, it will be installed and added to the nuxt.config file. A success message will be displayed, along with a button to access the module documentation.
199202

200203
Starting from v0.1.0, you can filter integration types (modules/layers) from the sidebar.
201204

0 commit comments

Comments
 (0)