From b24a91ddb298afc5865386b4b83d3618ab24366f Mon Sep 17 00:00:00 2001 From: young Date: Tue, 5 Jun 2018 20:38:20 +0800 Subject: [PATCH] add a webpack4 boilerplate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 309f6ac..43859eb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ To contribute, fork this repository, add your amazing entry and send us a PR. Se ## Boilerplates * [tzellman/hyperapp-boilerplate](https://github.com/tzellman/hyperapp-boilerplate) - Boilerplate showing how to create a production-ready Hyperapp application. +* [youngluo/hyperapp-boilerplate](https://github.com/youngluo/hyperapp-boilerplate) - A Hyperapp webpack4 boilerplate that shows how to create an application quickly. * [lukejacksonn/hyperapp-electron](https://github.com/lukejacksonn/hyperapp-electron) - Minimal Electron app starter with Hyperapp, LiveReload and Redux DevTools. * [selfup/hyperapp-one](https://github.com/selfup/hyperapp-one) - Simple Hyperapp webpack boilerplate counter app with Airbnb ESlint and JSX. * [lukejacksonn/hyperapp-pwa](https://github.com/lukejacksonn/hyperapp-pwa) - Minimal, progressive web app compliant template for Hyperapp projects.