summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Selwyn <talk@selwyn.cc> 2022-03-07 17:43:02 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-07 10:43:02 -0600
commit10a9c3412b4f6e8607687a74eafdb150d3222047 (patch)
tree18caa93f72deca739e972eb5676f2e0a44a47939 /examples/framework-vue
parentb1af0c0d2b040a9a6cd845dab994132f3e69058a (diff)
downloadastro-10a9c3412b4f6e8607687a74eafdb150d3222047.tar.gz
astro-10a9c3412b4f6e8607687a74eafdb150d3222047.tar.zst
astro-10a9c3412b4f6e8607687a74eafdb150d3222047.zip
Add used renderers to each example package.json `devDependencies` (#2727)
As the first step to not bundling renderers in the core `astro` package the examples show usage with renderers as dependencies.
Diffstat (limited to 'examples/framework-vue')
-rw-r--r--examples/framework-vue/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 5ed84800f..cacb3ff78 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.7"
+ "astro": "^0.23.7",
+ "@astrojs/renderer-vue": "^0.4.0"
}
}