Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fetchte/cruzin
MVC-less Webpack Build Tool
https://github.com/fetchte/cruzin
Last synced: about 1 month ago
JSON representation
MVC-less Webpack Build Tool
- Host: GitHub
- URL: https://github.com/fetchte/cruzin
- Owner: fetchTe
- License: mit
- Created: 2017-03-08T03:37:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T05:08:16.000Z (over 7 years ago)
- Last Synced: 2024-11-06T23:17:52.943Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 810 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cruzin
__Note__: Currently a work in progress, and while everything works terrifically I'm still working out the kinks.
__Description__: A modern MVC-less Webpack build tool for cruz'in. In the future, I plan on writing up some documentation and possibly a video walkthrough. In short, cruzin has it all from automatic offline support service worker configuration to every loader you could reasonably want in a build tool to compress images, handle fonts, wireup the HTML, and much more. Additionally, it’s highly configurable and centralized around YAML config files. The Webpack rc-config is located in the root `.cruzinrc.yml`, and the HTML configuration for pug is located in `src/pug/config.yml`.
__Commands__
+ Install: `yarn install`
+ Development: `yarn run dev`
+ Build/Production: `yarn run build`__Tech__
+ HTML - Pug
+ Javascript - Bable
+ CSS - Stylus + ctr
+ [intercooler.js](intercoolerjs.org) - for MVC-like actions