We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49a87f commit 3e2ddbeCopy full SHA for 3e2ddbe
content/1.docs/1.getting-started/2.installation.md
@@ -0,0 +1,21 @@
1
+---
2
+title: Installation
3
+description: Get started with Nuxt UI Pro SaaS template.
4
5
+
6
+## Quick Start
7
8
+You can start a fresh new project with:
9
10
+```bash [Terminal]
11
+npx nuxi init -t github:nuxt-ui-pro/saas
12
+```
13
14
+or create a new repository from GitHub:
15
16
+1. Open <https://github.com/nuxt-ui-pro/saas>
17
+2. Click on `Use this template` button
18
+3. Enter repository name and click on `Create repository from template` button
19
+4. Clone your new repository
20
+5. Install dependencies with your favorite package manager
21
+6. Start development server
0 commit comments