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

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.

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

![webpack](https://downloader.disk.yandex.ru/preview/ceaab6bfc56ff60cbacc65d8aabe1c11765b36981a37e58f662093170395c948/5af4e606/DA1hVt53wVJxTFnHd1qOEW6tEEn2tcNVQWbpp0M8EuttPvU3xORB4AFvBqno8LcRxb5v-iZaSMHlteRJ7S1e0A%3D%3D?uid=0&filename=2018-05-10_22-26-05.png&disposition=inline&hash=&limit=0&content_type=image%2Fpng&tknv=v2&size=2048x2048)

Rollup (7KB):

![rollup](https://downloader.disk.yandex.ru/preview/fd39854007b3a141d72de379abf548f036cbf98ac7470b4dc1fc1e5b58f97464/5af4e5aa/DA1hVt53wVJxTFnHd1qOEYgF3KwvMwqsuGEG5hlx9s0jJzWPUwVb-VtskcTOy8IlId8PgvBV7Wy9Y3gpg3__kg%3D%3D?uid=0&filename=2018-05-10_22-27-13.png&disposition=inline&hash=&limit=0&content_type=image%2Fpng&tknv=v2&size=2048x2048)

Parcel (66KB):

![parcel](https://downloader.disk.yandex.ru/preview/94231cf42e64dea5878e4d6abfbc17c1b0b2ab5522a753647b6e09a790561653/5af4e84d/DA1hVt53wVJxTFnHd1qOEQw9VMQTLQzp_9GjYa1gqUGwu7R-or_RfqIzVQmW3pEeGT7ndu6yNTwvQ9HR9u-mmA%3D%3D?uid=0&filename=2018-05-10_22-46-35.png&disposition=inline&hash=&limit=0&content_type=image%2Fpng&tknv=v2&size=2048x2048)