2.6.2 • Published 4 years ago
@snowpack/plugin-vue v2.6.2
@snowpack/plugin-vue
Use the Vue 3 compiler to build your .vue SFC files from source.
npm install --save-dev @snowpack/plugin-vue// snowpack.config.mjs
export default {
plugins: [
'@snowpack/plugin-vue',
{
/* see optional “Plugin Options” below */
},
],
};Plugin Options
You may customize Vue's bundler behavior using the following plugin options.
| Name | Type | Description |
|---|---|---|
optionsApi | boolean | Enable/disable Options API support. Defaults to true. |
prodDevtools | boolean | Enable/disable devtools support in production. Defaults to false. |
2.6.2
4 years ago
2.6.1
4 years ago
2.6.0
4 years ago
2.5.0
4 years ago
2.4.0
5 years ago
2.3.0
5 years ago
2.2.6
5 years ago
2.2.5
5 years ago
2.2.4
5 years ago
2.2.3
5 years ago
2.2.2
5 years ago
2.2.1
5 years ago
2.2.0
5 years ago
2.1.1
5 years ago
2.1.0
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
1.1.0
5 years ago
1.0.0
5 years ago
0.8.0
5 years ago
0.7.0
5 years ago
0.6.1
5 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.5.1
5 years ago
0.4.0
5 years ago
0.3.0
5 years ago
0.2.2
5 years ago