parcel-transformer-vue2

0.1.7 • Public • Published

Vue 2 transformer plugin for Parcel 2

Installation

Install this package by npm install parcel-transformer-vue2 --save-dev

Install the config package by npm install parcel-config-vue2 --save-dev

Add a .parcelrc file to your project with the following content:

{
  "extends": ["@parcel/config-default", "parcel-config-vue2"]
}

If you need an example project, please check: https://github.com/TheBojda/parcel-vue2/tree/main/example-npm

Package Sidebar

Install

npm i parcel-transformer-vue2

Weekly Downloads

258

Version

0.1.7

License

MIT

Unpacked Size

40.1 kB

Total Files

7

Last publish

Collaborators

  • thebojda