https://github.com/acryps/parcel-transformer-vldom
vldom compiler plugin for parcel bundler
https://github.com/acryps/parcel-transformer-vldom
Last synced: about 1 month ago
JSON representation
vldom compiler plugin for parcel bundler
- Host: GitHub
- URL: https://github.com/acryps/parcel-transformer-vldom
- Owner: acryps
- Created: 2022-09-30T12:44:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T13:39:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T21:33:04.114Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parcel plugin to compile vldom
## Installation
To install the package run
> $ npm install --save-dev parcel-transformer-vldom
Create or update the parcel config
```
{
"extends": ["@parcel/config-default"],
"transformers": {
"*.js": ["...", "parcel-transformer-vldom"]
}
}
```