/parcel-vue2

Vue2 transformer for parcel

Primary LanguageJavaScriptMIT LicenseMIT

parcel-vue2

Vue2 transformer 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

Instructions for building the plugin

  • Run yarn in the root folder
  • Run yarn build in the parcel-transformer-vue2 folder
  • Run yarn start in the example folder