Skip to content

Commit 4c19c6b

Browse files
committed
docs: add more info in installation docs
1 parent e77fd89 commit 4c19c6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/1.getting-started/2.installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: Learn how to install and configure Nuxt Auto Form in your Nuxt appl
44
---
55
## Setup
66

7+
::tip
8+
To easily test features of this module, use the [Playground](https://stackblitz.com/github/Norbiros/nuxt-auto-form/tree/master/playground?file=app%2Fcomponents%2FMyForm.vue) project. For best results, open it in a Chromium-based browser.
9+
::
10+
711
### Add to a Nuxt project
812

913
::steps{level="4"}
@@ -65,3 +69,5 @@ export default defineNuxtConfig({
6569
#### Good job! Now you can start using Nuxt Auto Form in your application.
6670

6771
::
72+
73+
If you don’t have a Nuxt project yet, create one quickly at [nuxt.new](https://nuxt.new/).

0 commit comments

Comments
 (0)