Ecosyste.ms: Awesome

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

https://github.com/parcel-bundler/parcel

The zero configuration build tool for the web. ๐Ÿ“ฆ๐Ÿš€
https://github.com/parcel-bundler/parcel

assets build-tool commonjs compiler css es6 html javascript module-bundler modules web

Last synced: about 1 month ago
JSON representation

The zero configuration build tool for the web. ๐Ÿ“ฆ๐Ÿš€

Lists

README

        



Parcel

[![Backers on Open Collective](https://opencollective.com/parcel/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/parcel/sponsors/badge.svg)](#sponsors)
[![Build Status](https://dev.azure.com/devongovett/devongovett/_apis/build/status/parcel-bundler.parcel?branchName=v2)](https://dev.azure.com/devongovett/devongovett/_build/latest?definitionId=1)
[![npm package](https://img.shields.io/npm/v/parcel.svg)](https://www.npmjs.com/package/parcel)
[![npm package](https://img.shields.io/npm/dm/parcel.svg)](https://www.npmjs.com/package/parcel)
[![Discord](https://img.shields.io/discord/894288336095690753)](https://discord.gg/XSCzqGRuvr)
[![Twitter Follow](https://img.shields.io/twitter/follow/parceljs.svg?style=social)](https://twitter.com/parceljs)

Parcel is a zero configuration build tool for the web. It combines a great out-of-the-box development experience with a scalable architecture that can take your project from just getting started to massive production application.

## Features

- ๐Ÿ˜ **Zero config** โ€“ Parcel supports many languages and file types out of the box, from web technologies like HTML, CSS, and JavaScript, to assets like images, fonts, videos, and more. It has a built-in dev server with hot reloading, beautiful error diagnostics, and much more. No configuration needed!
- โšก๏ธ **Lightning fast** โ€“ Parcel's JavaScript compiler is written in Rust for native performance. Your code is built in parallel using worker threads, utilizing all of the cores on your machine. Everything is cached, so you never build the same code twice. It's like using watch mode, but even when you restart Parcel!
- ๐Ÿš€ **Automatic production optimization** โ€“ Parcel optimizes your whole app for production automatically. This includes tree-shaking and minifying your JavaScript, CSS, and HTML, resizing and optimizing images, content hashing, automatic code splitting, and much more.
- ๐ŸŽฏ **Ship for any target** โ€“ Parcel automatically transforms your code for your target environments. From modern and legacy browser support, to zero config JSX and TypeScript compilation, Parcel makes it easy to build for any target โ€“ or many!
- ๐ŸŒ **Scalable** โ€“ Parcel requires zero configuration to get started. But as your application grows and your build requirements become more complex, it's possible to extend Parcel in just about every way. A simple configuration format and powerful plugin system that's designed from the ground up for performance means Parcel can support projects of any size.

## Getting Started

See the following guides in our documentation on how to get started with Parcel.

* [Building a webapp with Parcel](https://parceljs.org/getting-started/webapp/)
* [Building a library with Parcel](https://parceljs.org/getting-started/library/)
* [Migrating from Parcel v1](https://parceljs.org/getting-started/migration/)

## Documentation

Read the docs at https://parceljs.org/docs/.

## Community

- โ“ Ask questions on [GitHub Discussions](https://github.com/parcel-bundler/parcel/discussions).
- ๐Ÿ’ฌ Join the community on [Discord](https://discord.gg/XSCzqGRuvr).
- ๐Ÿ“ฃ Stay up to date on new features and announcements on [Twitter](https://twitter.com/parceljs).

## Contributors

This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
contributors

## Backers

Thank you to all our backers! ๐Ÿ™ [[Become a backer](https://opencollective.com/parcel#backer)]

## Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/parcel#sponsor)]