Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowpackjs/snowpack
ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️
https://github.com/snowpackjs/snowpack
Last synced: 22 days ago
JSON representation
ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️
- Host: GitHub
- URL: https://github.com/snowpackjs/snowpack
- Owner: FredKSchott
- License: mit
- Created: 2019-02-26T15:45:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T16:10:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-19T00:02:48.743Z (24 days ago)
- Language: JavaScript
- Homepage: https://www.snowpack.dev
- Size: 78.4 MB
- Stars: 19,475
- Watchers: 146
- Forks: 918
- Open Issues: 389
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome - snowpackjs/snowpack - powered frontend build tool. Instant, lightweight, unbundled development. ✌️ (React / Build)
- awesome-list - snowpack - powered frontend build tool. Instant, lightweight, unbundled development. ✌️ | snowpackjs | 19067 | (JavaScript)
README
> **Update (April 20, 2022):** Snowpack is no longer actively maintained and is not recommended for new projects.
>
> Check out [Vite](https://vitejs.dev/) for a well-maintained Snowpack alternative.
> See also: [esbuild](https://esbuild.github.io/), [parcel](https://parceljs.org/)Snowpack
Snowpack is a lightning-fast frontend build tool, designed to leverage JavaScript's native module system (known as ESM). It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow.
### Key Features
- Develop faster, with a dev server that starts up in **50ms or less.**
- See changes reflected [instantly in the browser.](https://www.snowpack.dev/concepts/hot-module-replacement)
- Integrate your favorite bundler for a [production-optimized build.](https://www.snowpack.dev/concepts/build-pipeline)
- Enjoy out-of-the-box support for [TypeScript, JSX, CSS Modules and more.](https://www.snowpack.dev/reference/supported-files)
- Connect your favorite tools with [third-party plugins.](https://www.snowpack.dev/plugins)**💁 More info at the official [Snowpack website ➞](https://snowpack.dev)**
> **Contributor Guidelines:** [CONTRIBUTING.md](./CONTRIBUTING.md)
> **License:** [MIT](https://github.com/withastro/snowpack/blob/main/LICENSE)