@studiometa/webpack-config-preset-vue-2
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

@studiometa/webpack-config-preset-vue-2

NPM Version

A preset for @studiometa/webpack-config to add Vue 2 support to your project.

Usage

Install the package along with Vue:

npm install --save-dev @studiometa/webpack-config-preset-vue-2
npm install --save vue@2

And load the preset in the meta.config.js file:

import { defineConfig } from '@studiometa/webpack-config';
import { vue } from '@studiometa/webpack-config-preset-vue-2';

export default defineConfig({
  presets: [vue()],
  // ...
});

Package Sidebar

Install

npm i @studiometa/webpack-config-preset-vue-2

Weekly Downloads

11

Version

6.0.1

License

MIT

Unpacked Size

2.83 kB

Total Files

5

Last publish

Collaborators

  • jeremiewerner