--- layout: ../../layouts/content.astro title: Vue tags: communityGuide img: '/img/logos/vue.png' imgBackground: '#f6f9f6' description: How to use Vue with Snowpack using the Vue Plugin. ---
This article is a stub, you can help expand it into guide format
To support `.vue` files you will need the [Vue Plugin](https://github.com/snowpackjs/snowpack/tree/main/plugins/plugin-vue), which uses Vue 3. ```js // snowpack.config.json "plugins": ["@snowpack/plugin-vue"] ```