snowpack-vue2-plugin
v0.0.5
Published
Use the [Vue 2 compiler](https://www.npmjs.com/package/vue-template-compiler) & [Vue component compiler utils](https://www.npmjs.com/package/@vue/component-compiler-utils) to build your `.vue` SFC files from source.
Downloads
3
Readme
snowpack-vue2-plugin
Use the Vue 2 compiler & Vue component compiler utils to build your .vue
SFC files from source.
npm install --save-dev snowpack-vue2-plugin
// or
yarn add snowpack-vue2-plugin -D
// snowpack.config.json
{
"plugins": [
"snowpack-vue2-plugin"
]
}
Plugin Options
(none)