kronos93's Stars
fqborges/webpack-fix-style-only-entries
Webpack plugin to solve the problem of having a style only entry (css/sass/less) generating an extra js file.
jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
jamiebuilds/react-loadable
:hourglass_flowing_sand: A higher order component for loading components with promises.
itgalaxy/favicons
Favicons generator for Node.js
codeguy/php-the-right-way
An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
TheLarkInn/webpack-workshop-2018
Learning resources for the webpack academy workshop series for 2018
tonsky/FiraCode
Free monospaced font with programming ligatures
kamranahmedse/design-patterns-for-humans
An ultra-simplified explanation to design patterns
NG-ZORRO/ng-zorro-antd
Angular UI Component Library based on Ant Design
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
webpack-contrib/webpack-serve
Repository has moved:
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
facebook/react
The library for web and native user interfaces.
angular/angular
Deliver web apps with confidence 🚀
webtrainingmx/curso-profesional-javascript-avanzado-2018
airbnb/css
A mostly reasonable approach to CSS and Sass.
airbnb/javascript
JavaScript Style Guide
webpack-contrib/mini-css-extract-plugin
Lightweight CSS extraction plugin
GoogleChrome/workbox
📦 Workbox: JavaScript libraries for Progressive Web Apps
brunocodutra/webapp-webpack-plugin
[DEPRECATED] use favicons-webpack-plugin instead
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.