Templates
Get started with one of our official templates.
You can create a new repository using the Use this template
button on GitHub or use the CLI:
npx nuxi init -t github:nuxt-ui-pro/<template>
Starter
Open on GitHubDemoThis template will get you started with Nuxt UI Pro in no time.
Landing
Open on GitHubDemoThis template is a simple landing page you can use as starting point. It's built using @nuxt/content
so you can change the content easily inside content/index.yml
.
Docs
Open on GitHubDemoThis template is a ready-to-use documentation with @nuxt/content
alongside a simple landing page. You can start writing your documentation right away inside the content/
directory. The navigation is automatically generated from the directory structure.
SaaS
Open on GitHubDemoThis template is a complete SaaS application that demonstrates most of Nuxt UI Pro components. The idea is to provide a template to help you get started with your next SaaS project in no time.
It is also built using @nuxt/content
and includes a landing page, a pricing page, a documentation and a blog which you can customize easily from the content/
directory. It also includes authentication page like login and register, you just need to plug those to your backend.