2.6.2 • Published 3 years ago

@snowpack/plugin-vue v2.6.2

Weekly downloads
590
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.
2.6.2

3 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.6

3 years ago

2.2.5

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago