summaryrefslogtreecommitdiff
path: root/examples/framework-vue/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-vue/README.md')
-rw-r--r--examples/framework-vue/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md
index a6c4683ba..b62554138 100644
--- a/examples/framework-vue/README.md
+++ b/examples/framework-vue/README.md
@@ -1,5 +1,9 @@
# Using Vue with Astro
+```
+npm init astro --template framework-vue
+```
+
This example showcases Astro's built-in support for [Vue (`v3.x`)](https://v3.vuejs.org/).
No configuration is needed to enable Vue support—just start writing Vue components in `src/components`.