Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

index.md

File metadata and controls

27 lines (19 loc) · 1.06 KB
title layout description
Packup
layout.njk
📦 Zero-config web application packager for Deno 🦕

Introduction

Packup is web application bundler for Deno, inspired by parcel. Packup connects your assets such as html, css, javascript and bundles them into static files. It also serves them dynamically when in development.

Features

  • 📦 Bundles web application like Parcel.
  • ✨ Supports TypeScript out of the box.
  • 🦕 Deno-compatible ES Modules resolution.
  • 💨 Fast build with esbuild-wasm bundler.
  • 🔩 Dev server builtin

Packup supports TypeScript out of the box, and provides type checked development environment along with vscode deno extension.

Packup doesn't support commonjs modules, instead it supports Deno compatible module resolution.

Packup uses esbuild bundler internally to bundle your scripts, and it's very fast!