JSPM

snowpack

2.0.0-beta.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18213
  • Score
    100M100P100Q130988F
  • License MIT

Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.

Package Exports

  • snowpack

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snowpack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CI

Logo

Snowpack
Build web applications with less tooling and 10x faster iteration. No bundler required.

npm install --save-dev snowpack
  1. Instead of bundling on every change, just run Snowpack once right after npm install.
  2. Snowpack re-installs your dependencies as single JS files to a new web_modules/ directory.
    ↣ Snowpack never touches your source code.
  3. Build your app, import those dependencies via an ESM import, and then run it all in the browser.
  4. Skip the bundle step and see your changes reflected in the browser immediately after hitting save.
  5. Keep using your favorite web frameworks and build tools! Babel & TypeScript supported.

💁 More info at the official Snowpack website ➞

Examples

🆕 Check out snowpack-init! Instantly bootstrap a starter app with Snowpack + Preact, Lit-HTML, TypeScript, and more.