Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorti/module-bundlers-and-task-runners
🎓📚 Examples of JavaScript module bundlers and task runners, focusing on JS, HTML/CSS (Sass) and Vue.js
https://github.com/lorti/module-bundlers-and-task-runners
grunt gulp parcel webpack
Last synced: 4 days ago
JSON representation
🎓📚 Examples of JavaScript module bundlers and task runners, focusing on JS, HTML/CSS (Sass) and Vue.js
- Host: GitHub
- URL: https://github.com/lorti/module-bundlers-and-task-runners
- Owner: Lorti
- Created: 2019-03-06T07:40:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T20:18:10.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T08:42:38.937Z (4 months ago)
- Topics: grunt, gulp, parcel, webpack
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Module Bundlers and Task Runners
🎓📚 Examples of JavaScript module bundlers and task runners, focusing on JS, HTML/CSS (Sass) and Vue.js
## webpack
*
* [webpack Basic (CLI)](/webpack-basic)
* [webpack Basic (Config)](/webpack-config)
* [webpack Loaders](/webpack-loaders)
* [webpack Plugins](/webpack-plugins)
* [webpack Vue (Single File Components)](/webpack-vue)## Parcel
*
* [Parcel Basic](/parcel-basic)
* [Parcel Vue (Single File Components)](/parcel-vue)## Grunt
*
* [Grunt](/grunt)## Gulp
*
* [Gulp](/gulp)## Contributors
Manuel Wieser