2.6.2 • Published 3 years ago

@kevincennis/snowpack-plugin-vue v2.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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.

NameTypeDescription
optionsApibooleanEnable/disable Options API support. Defaults to true.
prodDevtoolsbooleanEnable/disable devtools support in production. Defaults to false.