An open API service indexing awesome lists of open source software.

https://github.com/thebojda/parcel-vue2

Vue2 transformer for parcel
https://github.com/thebojda/parcel-vue2

Last synced: about 1 year ago
JSON representation

Vue2 transformer for parcel

Awesome Lists containing this project

README

          

# 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:

```json
{
"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