Skip to main content
Module

x/packup/docs/index.md

📦 Zero-config web application packager in Deno
Go to Latest
File

title: Packup layout: layout.njk description: 📦 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!