diff options
author | 2021-07-20 20:06:11 -0500 | |
---|---|---|
committer | 2021-07-20 20:06:11 -0500 | |
commit | 8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29 (patch) | |
tree | 4bcaeee237df7831ac26d4bb651f63c50d8f88e5 /examples/framework-vue/README.md | |
parent | c1e304dfb8ce5a6939010c673db52bd29b33d4d3 (diff) | |
download | astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.tar.gz astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.tar.zst astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.zip |
Docs: npm@7 requires an extra `--` for arguments passed to the command, per @natemoo-re's description. (#786)
Diffstat (limited to 'examples/framework-vue/README.md')
-rw-r--r-- | examples/framework-vue/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md index b62554138..c5818e51f 100644 --- a/examples/framework-vue/README.md +++ b/examples/framework-vue/README.md @@ -1,7 +1,7 @@ # Using Vue with Astro ``` -npm init astro --template framework-vue +npm init astro -- --template framework-vue ``` This example showcases Astro's built-in support for [Vue (`v3.x`)](https://v3.vuejs.org/). |