https://github.com/olegkorol/vue-bundlers-test
Very quick test of different bundlers for Vue.
https://github.com/olegkorol/vue-bundlers-test
bundlers parcel rollup vue webpack
Last synced: about 2 months ago
JSON representation
Very quick test of different bundlers for Vue.
- Host: GitHub
- URL: https://github.com/olegkorol/vue-bundlers-test
- Owner: olegkorol
- Created: 2018-05-10T20:32:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T20:48:30.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T07:40:25.627Z (4 months ago)
- Topics: bundlers, parcel, rollup, vue, webpack
- Language: JavaScript
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Bundlers Test
> A very quick and dead simple comparison between Parcel, Rollup and Webpack.
## Builds
``` bash
# install dependencies
yarn# build with webpack (to dir: wpck/)
yarn wbpck# build with rollup (to dir: rllp/)
yarn rllp# build with parcel (to dir: dist/)
yarn prcl
```Webpack (99KB):

Rollup (7KB):

Parcel (66KB):
