|
36 | 36 | <br> |
37 | 37 | <br> |
38 | 38 |
|
| 39 | +### Project Creation |
| 40 | + |
| 41 | +Using `Nuxtr: Create Nuxt project` command, you can create a new Nuxt project with a few steps. You can choose a project starter from [Nuxt Startes](https://nuxt.new) or you can add your own project started: |
| 42 | + |
| 43 | +```JSON |
| 44 | +"nuxtr.projectTemplates": [ |
| 45 | + { |
| 46 | + "name": "Vitesse", |
| 47 | + "description": " Vitesse for Nuxt 3 🏔💚⚡️ ", |
| 48 | + "repoURL": "https://github.com/antfu/vitesse-nuxt3", |
| 49 | + "branch": "main", // Optional |
| 50 | + }, |
| 51 | +], |
| 52 | +``` |
| 53 | + |
| 54 | +<br> |
| 55 | + |
39 | 56 | ### Directory and File Creation |
40 | 57 |
|
41 | 58 | Effortlessly generate all essential directories and files for your Nuxt project right from within VSCode. Utilize the command palette or context menus to swiftly create Vue/TypeScript files, as well as special files like [`.nuxtignore`](https://nuxt.com/docs/guide/directory-structure/nuxtignore), [`.nuxtrc`](https://nuxt.com/docs/api/configuration/nuxt-config), and [`app.config.ts`](https://nuxt.com/docs/guide/directory-structure/app-config). |
@@ -87,7 +104,7 @@ Additionally, you can choose to automatically open the newly created file with: |
87 | 104 |
|
88 | 105 | ### IntelliSense and Auto Completion |
89 | 106 |
|
90 | | -Nuxtr VSCode offers robust IntelliSense capabilities tailored for Vue files. This includes dynamic path completion for [NuxtLinks](https://nuxt.com/docs/api/components/nuxt-link#internal-routing) within the pages directory, and seamless handling of media resources from the [public or static directories](https://nuxt.com/docs/guide/directory-structure/public), depending on your Nuxt version. Additionally, enjoy IntelliSense support for critical configuration files like [`.nuxtignore`](https://nuxt.com/docs/guide/directory-structure/nuxtignore) and [`.nuxtrc`](https://nuxt.com/docs/guide/directory-structure/nuxtrc), ensuring precise guidance and efficient coding. |
| 107 | +Nuxtr offers robust IntelliSense capabilities tailored for Vue files. This includes dynamic path completion for [NuxtLinks](https://nuxt.com/docs/api/components/nuxt-link#internal-routing) within the pages directory, and seamless handling of media resources from the [public or static directories](https://nuxt.com/docs/guide/directory-structure/public), depending on your Nuxt version. Additionally, enjoy IntelliSense support for critical configuration files like [`.nuxtignore`](https://nuxt.com/docs/guide/directory-structure/nuxtignore) and [`.nuxtrc`](https://nuxt.com/docs/guide/directory-structure/nuxtrc), ensuring precise guidance and efficient coding. |
91 | 108 |
|
92 | 109 | You can enable/disable IntelliSense from the settings: |
93 | 110 |
|
@@ -242,7 +259,7 @@ If you have any idea, feel free to [open a discussion](https://github.com/orgs/n |
242 | 259 |
|
243 | 260 | ### Acknowledgements |
244 | 261 |
|
245 | | -Nuxtr VSCode relies on the following projects/repositories: |
| 262 | +Nuxtr relies on the following projects/repositories: |
246 | 263 |
|
247 | 264 | - [Nuxt Modules](https://github.com/nuxt/modules) |
248 | 265 | - [Nuxt Assets](https://github.com/nuxt/assets) |
|
0 commit comments