项目作者: rajasegar
项目描述 :
Awesome list of Snowpack resources
高级语言:
项目地址: git://github.com/rajasegar/awesome-snowpack.git
Awesome Snowpack 
A curated list of awesome Snowpack resources

Snowpack is a post-install tool. It runs after npm install, and it essentially exists to convert your npm packages (in your node_modules/
directory) into JS files that run in the browser without a bundler (written to a web_modules/
directory).
Contents
Official
Articles
Talks/Videos
Examples
- A basic, three-dependency project: [Source] [Live Demo]
- To-do app with server-side render (Preact + HTM + Express): [Source] [Live Demo]
- Terminal Homepage (Preact + Typescript + Babel): [Source] [Live Demo]
- Electron (using Three.js): [Source]
- TypeScript (using Preact): [Source] [Live Demo]
- Vue (using httpVueLoader): [Source] [Live Demo] [By: @thiagoabreu]
- Vue (using JSX): [Source] [Live Demo] [By: @unclejustin]
- PWA-Starter-Kit (lit-html + Redux): [Source]
- LitElement + lit-html PWA: [Source] [Live Demo]
- Heresy
- LighterHTML - [Source]
- Hyperapp and JSX (using Babel): [Source] [Live Demo]
- React PWA Starter (React + Styled components + Workbox): [Source] [Live Demo]
- Preact, JSX, Fragment, Router, CSS Grid, Typescript, Babel: [Source]
- React, JSX, Material-UI and super basic routing: [Source]
- A basic svelte setup powered by svelvet: [Source]
- React Component Library w/Storybook! (React, Typescript, Material-UI): [Source]
- A Laravel Starter App Using Snowpack , TailwindCSS (JIT) , and Inertia Vue 3 - [Source]
- snowpack-init - Create a bundler-free Snowpack app with a single command.
Podcasts
Miscellaneous