ericclemmons / snowpack

πŸ“¦βœ¨ Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.

Home Page:https://www.snowpack.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

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

npm install --dev snowpack
  • Build your web application with less tooling and 10x faster iteration.
  • Snowpack replaces Webpack, Parcel, or Rollup in your web app build process.
  • Fast: Run Snowpack on your dependencies once, import them from your application, and then run the whole thing directly in browser without a build step.
  • REALLY Fast: When you remove the bundler, changes are made and reflected in the browser instantly on refresh.
  • Flexible: Keep using your favorite web frameworks (React, Preact, Vue, Svelte) and build tools (Babel, TypeScript).
  • Production Ready: Snowpack optimizes your dependencies with tree-shaking, minification, source maps, and more.

πŸ’ More info at the official Snowpack website ➞

Examples

πŸ†• Check out npx @pika/init! Instantly bootstrap a starter app with Snowpack, Preact, TypeScript, and more!

About

πŸ“¦βœ¨ Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.

https://www.snowpack.dev

License:MIT License


Languages

Language:JavaScript 91.5%Language:TypeScript 3.8%Language:CSS 3.4%Language:HTML 1.4%