Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hew/choo-webpack
📦 Choo + Webpack. Deal with it.
https://github.com/hew/choo-webpack
Last synced: 18 days ago
JSON representation
📦 Choo + Webpack. Deal with it.
- Host: GitHub
- URL: https://github.com/hew/choo-webpack
- Owner: hew
- Created: 2016-06-27T03:24:27.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-08-28T08:06:49.000Z (about 7 years ago)
- Last Synced: 2024-08-01T02:29:40.615Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 320 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
# Choo Webpack
> A lightweight boilerplate for Choo && Webpack### Demo
http://hew.github.io/choo-webpack
### What's Included
* [Choo](https://github.com/yoshuawuyts/choo)
* [Sprint](https://github.com/yoshu://github.com/bendc/sprint)
* [Csjs](https://github.com/rtsao/csjs)
* [Animateplus](https://github.com/bendc/animateplus)
* [On-load](https://github.com/shama/on-load)### Why Webpack?
You may have noticed that @yoshuawuyts has created the Choo ecosystem using Browserify, but I've been using Webpack for a while and I don't really feel like switching back to Browserify.### About the CSS
I thought I would try a css-in-js approach. Currently, the CSS is inserted into the head of the document. In future versions, I'll probably move that to an external stylesheet.### Production? Uh, No.
I mostly built this for fun, and maybe to prototype with. It's not a boilerplate that will serve production needs very well, if at all.MIT. Copyright (c) [Matthew Jones](http://hew.tools).