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
-[Run scripts from the VSCode command palette or sidebar.](#run-scripts-from-the-vscode-command-palette-or-sidebar)
13
-
-[Toggle Nuxt Devtools from your status bar](#toggle-nuxt-devtools-from-your-status-bar)
14
+
-[Toggle Nuxt Devtools from your status bar.](#toggle-nuxt-devtools-from-your-status-bar)
14
15
-[Install, remove and update project dependencies.](#install-remove-and-update-project-dependencies)
15
16
-[Search and install nuxt modules.](#search-and-install-nuxt-modules)
16
-
-[Configure most CSS frameworks with few steps](#configure-most-css-frameworks-with-few-steps)
17
+
-[Install and Configure most CSS frameworks with few steps. (TailwindCSS, WindiCSS, UnoCSS, and more coming soon)](#install-and-configure-most-css-frameworks-with-few-steps)
17
18
18
19
19
20
@@ -22,7 +23,7 @@ Nuxtr VSCode extension offers a set of commands and tools to help with your Nuxt
@@ -31,31 +32,42 @@ Nuxtr VSCode extension offers a set of commands and tools to help with your Nuxt
31
32
### Create Nuxt.js files
32
33
You can create all kind of files that Nuxt.js needs (Vue/TypeScript) and special files like [`.nuxtignore`](https://nuxt.com/docs/guide/directory-structure/nuxtignore) and [`app.config.ts`](https://nuxt.com/docs/guide/directory-structure/app-config) files. Flat/sub directories structure are supported too.
@@ -87,12 +99,14 @@ You can remove or update your dependencies by selecting which version you want t
87
99
88
100
Almost full support for Nuxt modules with typical searching/filters experience as [Nuxt Modules directory](https://nuxt.com/modules). Once you found your wanted module, clicking install will install using the right flag (normal/dev) after detecting your package manager, add them to nuxt.config.ts and showing you a success message with a button to the module docs.
89
101
90
-

102
+

91
103
92
104
93
105
<br>
94
106
<br>
95
107
96
-
### Configure most CSS frameworks with few steps
108
+
### Install and Configure most CSS frameworks with few steps
109
+
110
+
You can install and configure most CSS frameworks with few steps. (TailwindCSS, WindiCSS, UnoCSS, and more coming soon)
0 commit comments