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
- Host: GitHub
- URL: https://github.com/thebojda/parcel-vue2
- Owner: TheBojda
- License: mit
- Created: 2021-10-29T01:32:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T20:21:15.000Z (over 4 years ago)
- Last Synced: 2025-04-20T03:46:49.883Z (about 1 year ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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