docs(installation): rename template to ui

This commit is contained in:
Sébastien Chopin
2025-03-12 15:39:52 +01:00
parent 4c96909020
commit 0ad18d0a7a

View File

@@ -113,7 +113,7 @@ Start your project using the [nuxt/starter#ui3](https://github.com/nuxt/starter/
Create a new project locally by running the following command:
```bash [Terminal]
npx nuxi init -t ui3 <my-app>
npx nuxi init -t ui <my-app>
```
::note