29-day longest streak
-
aipm ★ PINNED
AI Plugin Manager
Rust ★ 8 10d agoExplain → -
webpack ★ PINNED ⑂
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
JavaScript ★ 0 3y agoExplain → -
rushstack ★ PINNED ⑂
Monorepo for tools developed by the Rush Stack community
TypeScript ★ 0 10mo agoExplain → -
angular-cli ★ PINNED ⑂
CLI tool for Angular2
JavaScript ★ 3 9y agoExplain → -
webpack-workshop-2018 ★ PINNED
Learning resources for the webpack academy workshop series for 2018
★ 564 3y agoExplain → -
is-wsl ★ PINNED
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Rust ★ 14 2y agoExplain → -
artsy-webpack-tour
Annotations on webpack source code in a pseudo-guided fashion.
★ 523 8y agoExplain → -
webpack-developer-kit
webpack dev kit for writing custom plugins and loaders on the fly. Education/Exploration tool as well.
JavaScript ★ 228 8y agoExplain → -
unity-component-specification
This is a WIP draft of the Unity (Single File Web Component) Specification
★ 219 9y agoExplain → -
angular2-template-loader
Chain-to loader for webpack that inlines all html and style's in angular2 components.
JavaScript ★ 206 6y agoExplain → -
bundle-buddy-webpack-plugin
🐐🐐🐐🐐 bundle-buddy-webpack-plugin 🐐🐐🐐🐐
JavaScript ★ 192 4y agoExplain → -
everything-is-a-plugin
Everything is a Plugin: Mastering webpack from the inside out. NgConf 2017
JavaScript ★ 146 9y agoExplain → -
compare-webpack-target-bundles
Example of all the webpack targets!!! Webpack Playground!
JavaScript ★ 146 5y agoExplain → -
Front-End-Checklist ⑂
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
JavaScript ★ 120 7y agoExplain → -
LazyParseWebpackPlugin
(v8-lazy-parse-webpack-plugin) This is a webpack plugin designed to exploit the V8 engines treatment of functions with parens wrapped around them. This lazy loads the parsing decreasing initial load time.
JavaScript ★ 104 9y agoExplain → -
angular-starter-es6-webpack
This is an Angular Starter App with component and service generators using gulp for easy component development. Uses Karma-Mocha-Chai as testing suite and Babel Loader and Webpack for ES6
JavaScript ★ 103 10y agoExplain → -
bundler-performance-benchmark
This is a super tiny example of a transparent comparison between parcel and webpack and anyone else who wants to be involved.
JavaScript ★ 61 8y agoExplain → -
angular2-webpack-lite
Super lite boilerplate of Angular2 with Webpack and Typescript.
TypeScript ★ 42 10y agoExplain → -
js-parser-discussions
Discussions & Collaboration on a Unified/Base set of parser features for JavaScript
★ 42 9y agoExplain → -
virtual-dependency-loader
webpack loader that takes a single file, and declare pieces of that file as "dependencies" as if it existed.
JavaScript ★ 33 9y agoExplain → -
code-splitting-examples
VueJs and webpack Code Splitting Examples
JavaScript ★ 28 9y agoExplain → -
vscode-webpack-extension
VSCode Extention Demo for webpack
JavaScript ★ 22 8y agoExplain → -
simple-webpack-wasm-example
Very alpha alpha example of webpack WASM support (just build output) for JS Engine Teams to look at
JavaScript ★ 20 8y agoExplain → -
ama ⑂
Ask me anything!
★ 19 5y agoExplain → -
vue-d3
A fun experimental learning project where I learn how to use d3 while leveraging the power of VueJS
JavaScript ★ 18 9y agoExplain → -
webpack-academy-starting-out-right
This is the starter github repo from https://webpack.academy/p/web-fundamentals
JavaScript ★ 16 9y agoExplain → -
ngc-loader
Webpack support for the Angular2 offline compiler.
TypeScript ★ 13 9y agoExplain → -
example-webpack-loader
A extremely barebones webpack loader example that conforms to our webpack-defaults repo standards
JavaScript ★ 12 4y agoExplain → -
npm-package
A lightweight client for fetching package metadata from the npm registry
Rust ★ 9 3y agoExplain → -
prepack-webpack-plugin
Using prepack on your webpack bundles?
★ 9 9y agoExplain → -
is-docker
Checks if the process is running inside a Docker container. Rust implementation of `sindresorhus/is-docker`
Rust ★ 8 2y agoExplain → -
require-id-webpack-plugin
A webpack plugin that decorates `require` to a return module id's.
JavaScript ★ 8 9y agoExplain → -
mersenne-twister-es
A JavaScript Implementation of MersenneTwiseter writting with ES Modules
JavaScript ★ 7 8y agoExplain → -
example-vscode-bundled-extension
This is a super small and primitive example of a vscode extension being bundled with webpack for faster load and install times.
JavaScript ★ 7 8y agoExplain → -
webpack-interview-questions ⑂
Webpack questions/answers you can use to prepare for interviews or test your knowledge.
★ 7 9y agoExplain → -
budgeting-sample-app-webpack2 ⑂
Budgeting - React + Redux + Webpack 2 (tree shaking) Sample App
JavaScript ★ 7 9y agoExplain → -
angular2-multievent-bindings-plugin
A small plugin that allows for binding multiple events into an Angular2 template.
TypeScript ★ 7 10y agoExplain → -
finance.js ⑂
A JavaScript library for common financial calculations (Current fork for ES module support)
JavaScript ★ 5 7y agoExplain → -
webpack-v4-example
Test project that has webpack v4 linked against it. For personal use.
JavaScript ★ 5 8y agoExplain → -
AnalyticsWebpackPlugin
Plugin using GA to Report Webpack Statistics
JavaScript ★ 5 9y agoExplain → -
strip-ansi
Rust inspired implementation of chalk/strip-ansi.
Rust ★ 4 3y agoExplain → -
is-interactive
Rust adaptation of sindresorhus/is-interactive from NodeJS
Rust ★ 4 3y agoExplain → -
puppeteer-webpack-plugin
webpack Plugin for running scripts and tests using the Puppeteer Chrome Remote Protocol API
★ 4 9y agoExplain → -
threeve
Texas with a dollar sign. Component library for VueJs and ThreeJs [WIP DONT USE]
JavaScript ★ 4 9y agoExplain → -
krate
Get a Rust crates metadata and release information.
Rust ★ 3 3y agoExplain → -
ansi-regex
A rust implementation of @microsoft/node-core-library's ansi regex detection
Rust ★ 3 3y agoExplain → -
is-unicode-supported
Detect whether the terminal supports unicode or not.
Rust ★ 3 3y agoExplain → -
chancejs ⑂
Chance - Random generator helper for JavaScript
JavaScript ★ 3 8y agoExplain → -
WebFundamentals ⑂
Best practices for modern web development
HTML ★ 3 8y agoExplain → -
laxxx ⑂
Simple & light weight (2kb minified & zipped) vanilla javascript plugin to create smooth & beautiful animations when you scrolllll! Harness the power of the most intuitive interaction and make your websites come alive!
JavaScript ★ 3 7y agoExplain → -
template-webpack ⑂
Template for building basic Svelte applications with webpack
JavaScript ★ 3 7y agoExplain → -
sonar-webpack-plugin
😊😘😍
★ 3 9y agoExplain → -
create-react-app ⑂
Create React apps with no build configuration.
JavaScript ★ 2 6y agoExplain → -
office-ui-fabric-react ⑂
React components for building experiences for Office and Office 365.
TypeScript ★ 2 1y agoExplain → -
npm-check ⑂
Check for outdated, incorrect, and unused dependencies.
JavaScript ★ 2 3y agoExplain → -
has-flag
A rust implementation of sindresorhus/has-flag
Rust ★ 2 3y agoExplain → -
json-schema-to-typescript ⑂
Compile JSONSchema to TypeScript typings
TypeScript ★ 2 8y agoExplain → -
transmute ⑂
kind of like lodash but works with Immutable
JavaScript ★ 2 8y agoExplain → -
experiment-0001
Experiment Number 0001
★ 2 7y agoExplain → -
worker-plugin ⑂
🐳 Adds native Web Worker bundling support to Webpack.
JavaScript ★ 2 7y agoExplain → -
redux-dynamic-modules ⑂
Modularize Redux by dynamically loading reducers and middlewares.
TypeScript ★ 2 7y agoExplain → -
SCM-Music-Player ⑂
Free and open source web music player, that enables continuous playback cross pages. Featuring HTML5/Flash support on MP3, SoundCloud, RSS, Youtube Playlist.
JavaScript ★ 2 13y agoExplain → -
hiring-without-whiteboards ⑂
Companies that don't do typical CS based whiteboard interviews. The whiteboard is metaphorical.
★ 2 9y agoExplain → -
webpack-stress-test
Stupid simple example repo that helps highlight some build time lengthiness (lots of modules)
JavaScript ★ 2 8y agoExplain → -
webpack-context-modules
Tiny example of using webpack context modules
★ 2 9y agoExplain → -
openclaw ⑂
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
TypeScript ★ 1 5mo agoExplain → -
bcmarinacci.theme-material-operator-1.3.0
No description.
★ 1 9y agoExplain → -
star-technology ⑂
One of the first GregTech CEu Modern modpacks having as an end goal making stargates.
★ 1 1y agoExplain → -
insight ⑂
Node.js module to help you understand how your tool is being used by anonymously reporting usage metrics to Google Analytics
JavaScript ★ 1 9y agoExplain → -
FluidFramework ⑂
Library for building distributed, real-time collaborative web applications
★ 1 1y agoExplain → -
DiscordBot
No description.
★ 1 4y agoExplain → -
repro-parcel-112
This is a simple repro repo for ParcelJS Issue 112
HTML ★ 1 3y agoExplain → -
social-app ⑂
The Bluesky Social application for Web, iOS, and Android
★ 1 3y agoExplain → -
pnpm ⑂
Fast, disk space efficient package manager
★ 1 3y agoExplain → -
string_formatted_date
A simple gem for easy date formatting!
Ruby ★ 1 12y agoExplain → -
angular2-webpack2-starter ⑂
An Angular 2 Starter kit featuring Angular 2 and Webpack 2 featuring tree shaking by @AngularClass
TypeScript ★ 1 10y agoExplain → -
page-transitions-travelapp ⑂
Travel App, Native-like Page Transitions
Vue ★ 1 8y agoExplain → -
webpack-glsl-loader ⑂
A webpack loader for glsl shaders - includes support for nested imports.
JavaScript ★ 1 8y agoExplain → -
nuxt.js ⑂
The Vue.js Developers Framework
JavaScript ★ 1 8y agoExplain → -
vue-cli ⑂
🛠️ CLI for rapid Vue.js development
JavaScript ★ 1 8y agoExplain → -
vue ⑂
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
JavaScript ★ 1 8y agoExplain → -
vuex ⑂
🗃️ Centralized State Management for Vue.js.
JavaScript ★ 1 8y agoExplain → -
vue-router ⑂
🚦 The official router for Vue.js.
JavaScript ★ 1 8y agoExplain → -
npm ⑂
a package manager for javascript
JavaScript ★ 1 8y agoExplain → -
fast-dna ⑂
A set of resources and components that can be used to accelerate building Web sites and applications.
TypeScript ★ 1 8y agoExplain → -
isomorphic-git ⑂
A pure JavaScript implementation of git for node and browsers!
JavaScript ★ 1 8y agoExplain → -
vscode-inline-types ⑂
No description.
TypeScript ★ 1 8y agoExplain → -
lerna ⑂
:dragon: A tool for managing JavaScript projects with multiple packages.
JavaScript ★ 1 8y agoExplain → -
squoosh ⑂
Make images smaller using best-in-class codecs, right in the browser.
TypeScript ★ 1 7y agoExplain → -
perflink ⑂
Low friction JavaScript benchmarks that you can share via URL
JavaScript ★ 1 7y agoExplain → -
just ⑂
The task library that just works
JavaScript ★ 1 7y agoExplain → -
bible_gateway ⑂
An unofficial 'API' for BibleGateway.com.
Ruby ★ 1 12y agoExplain → -
iPortfolio
An iOS App about my engineering background
Objective-C ★ 1 12y agoExplain → -
blade ⑂
A Sketch plugin for automatically HTML generate.
JavaScript ★ 1 11y agoExplain → -
angular2-start-template ⑂
No description.
JavaScript ★ 1 10y agoExplain → -
bootstrap ⑂
Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
JavaScript ★ 1 10y agoExplain → -
angular-styleguide ⑂
Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
★ 1 10y agoExplain → -
intro.js ⑂
A better way for new feature introduction and step-by-step users guide for your website and project.
JavaScript ★ 1 10y agoExplain → -
angular-webpack-slides-ngconf-2016
Slides for Angular2 + Webpack <3 Presentation for ng-conf2016
JavaScript ★ 1 10y agoExplain → -
ngconsultant ⑂
ng-consultant website
TypeScript ★ 1 10y agoExplain → -
es6-todomvc ⑂
The vanillajs example converted to es6
JavaScript ★ 1 10y agoExplain → -
flow ⑂
Adds static typing to JavaScript to improve developer productivity and code quality.
OCaml ★ 1 9y agoExplain → -
babel-plugin-dynamic-import-webpack ⑂
Babel plugin to transpile import() to require.ensure, for Webpack
JavaScript ★ 1 9y agoExplain → -
lodash ⑂
A modern JavaScript utility library delivering modularity, performance, & extras.
JavaScript ★ 1 8y agoExplain → -
women-tech-speakers-organizers ⑂
A list of women tech speakers & organizers. Add yourself or others by submitting a PR! PS if you do add someone, make sure to tell them! :) #fempire
★ 1 8y agoExplain → -
viper-news ⑂
viperHTML version of the Hacker News app.
JavaScript ★ 1 9y agoExplain → -
vue-hackernews-2.0 ⑂
HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
JavaScript ★ 1 9y agoExplain → -
angular2-webpack ⑂
A complete, yet simple, starter for Angular 2 using webpack
JavaScript ★ 1 10y agoExplain → -
Dollar.swift ⑂
A functional tool-belt for Swift Language similar to Lo-Dash or Underscore in Javascript
Swift ★ 1 12y agoExplain → -
v8js ⑂
V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
C++ ★ 1 10y agoExplain → -
webvr-polyfill ⑂
Use WebVR today, without requiring a special browser build.
JavaScript ★ 1 9y agoExplain → -
sonar-loader
🙌🤣😁💕❤😂🎶🤞✌😎💖🌹💋 Loader for webpack! Get Hyped.
★ 1 9y agoExplain → -
typescript-alias-webpack-plugin
This is a typescript webpack plugin that automatically maps `paths` property to webpack's `resolve.alias`
★ 1 10y agoExplain → -
proposal-dot-last
`.last()` proposal for JavaScript
★ 1 9y agoExplain → -
novosibirsk ⑂
No description.
TypeScript ★ 1 10y agoExplain → -
angular-compiler-plugin
Angular Webpack Compiler Plugin for Angular Offline compiler and code generation.
TypeScript ★ 1 10y agoExplain → -
atomic ⑂
Opinionated Workflows, Ralph Loops, and Memory for AI Coding Agents.
★ 0 5mo agoExplain → -
moo-angular-accordion
AngularJS Directive Component of the UI-Toolkit's Accordion for Mutual of Omaha's DXD Team
JavaScript ★ 0 9y agoExplain → -
symphony ⑂
Symphony turns project work into isolated, autonomous implementation runs, allowing teams to manage work instead of supervising coding agents.
★ 0 4mo agoExplain → -
ghcpCliDashboard ⑂
Dashboard to track your currently running GitHub Copilot active and recent sessions.
★ 0 5mo agoExplain → -
packages ⑂
Zoltan Kochan's npm packages
★ 0 3y agoExplain → -
performance-compare ⑂
Performance compare for Farm, Webpack, Rspack, Turbopack and Vite
★ 0 3y agoExplain → -
utility-repeat-transclude
A custom transclude directive to allow transcluded scopes to accept the parent repeat scopes.
JavaScript ★ 0 10y agoExplain → -
moo-angular-input
Input Directive companion for the Mutual of Omaha Style Guides UI-Toolkit
JavaScript ★ 0 10y agoExplain → -
alias-game-night ⑂
No description.
★ 0 3y agoExplain → -
napi-rs ⑂
A framework for building compiled Node.js add-ons in Rust via Node-API
Rust ★ 0 3y agoExplain → -
oranda ⑂
🎁 generate beautiful landing pages for your developer tools
★ 0 3y agoExplain → -
jju ⑂
Set of utilities to work with JSON / JSON5 documents.
★ 0 6y agoExplain → -
DefinitelyTyped ⑂
The repository for high quality TypeScript type definitions.
TypeScript ★ 0 3y agoExplain → -
loader-utils ⑂
utils for webpack loaders
★ 0 3y agoExplain → -
webpack-sources ⑂
Source code handling classes for webpack
★ 0 3y agoExplain → -
is-wsl-1 ⑂
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
★ 0 5y agoExplain → -
turbo ⑂
Turbo is an incremental, distributed bundler and task runner optimized for JavaScript and TypeScript, written in Rust.
★ 0 3y agoExplain → -
AdmiralBulldogLive
No description.
★ 0 4y agoExplain → -
VodWebsite
No description.
★ 0 4y agoExplain → -
Edge-Enterprise ⑂
Documentation for Edge Enterprise
PowerShell ★ 0 4y agoExplain → -
laravel-mix ⑂
An elegant wrapper around Webpack for the 80% use case. Example App: https://github.com/JeffreyWay/laravel-mix-example
JavaScript ★ 0 9y agoExplain → -
babel-webpack-min
Bare minimum scaffolding project with Babel and Webpack.
JavaScript ★ 0 10y agoExplain → -
pg_search ⑂
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL's full text search
Ruby ★ 0 12y agoExplain → -
electron-react-boilerplate ⑂
Live editing development on desktop app
JavaScript ★ 0 10y agoExplain → -
bolt ⑂
⚡️ Super-professional JavaScript project management
JavaScript ★ 0 8y agoExplain → -
fantasy-birds ⑂
port of the haskell package Data.Aviary.Birds. Every thing for your combinatory needs.
JavaScript ★ 0 9y agoExplain → -
file-loader ⑂
file loader for webpack
JavaScript ★ 0 8y agoExplain → -
NG6-starter ⑂
Starter for Angular + ES6 + (Webpack or JSPM) by @Angular-Class
JavaScript ★ 0 10y agoExplain → -
angular2-webpack-starter ⑂
An Angular 2 Starter kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E, Dev/Prod), Material Design, Karma, Protractor, Jasmine, Istanbul, TypeScript, TsLint, Codelyzer, Hot Module Replacement, Typings, and Webpack by @AngularClass
JavaScript ★ 0 10y agoExplain → -
NpmIntellisense ⑂
Visual Studio Code plugin that autocompletes npm modules in import statements
TypeScript ★ 0 8y agoExplain → -
thank-you-github ⑂
An open letter of gratitude to GitHub
★ 0 8y agoExplain → -
sfo ⑂
Instant build process
JavaScript ★ 0 8y agoExplain → -
fantasy-helpers ⑂
Helper functions
JavaScript ★ 0 10y agoExplain → -
docs ⑂
Documentation of Nuxt.js
JavaScript ★ 0 9y agoExplain → -
script-lab ⑂
Create, run and share your code directly from Office
JavaScript ★ 0 9y agoExplain → -
webpack-canary ⑂
Canary tooling for checking webpack dependencies against specific webpack versions
JavaScript ★ 0 8y agoExplain → -
node-markdown-spellcheck ⑂
spellchecks markdown files
JavaScript ★ 0 9y agoExplain → -
meetings ⑂
Information on in-person WebAssembly meetings
★ 0 9y agoExplain → -
bundle-buddy ⑂
No description.
JavaScript ★ 0 9y agoExplain → -
node ⑂
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
JavaScript ★ 0 9y agoExplain → -
twig-deps ⑂
No description.
JavaScript ★ 0 9y agoExplain → -
preload-webpack-plugin ⑂
A Webpack plugin for wiring up `<link rel='preload'>` (and prefetch) - supports async chunks
JavaScript ★ 0 9y agoExplain → -
purifycss-webpack ⑂
Remove unused CSS with webpack
JavaScript ★ 0 9y agoExplain → -
prepack-webpack-plugin-1 ⑂
A webpack plugin for prepack.
JavaScript ★ 0 9y agoExplain → -
useragent ⑂
Useragent parser for Node.js, ported from browserscope.org
JavaScript ★ 0 9y agoExplain → -
offline-plugin ⑂
Offline plugin (ServiceWorker, AppCache) for webpack (http://webpack.github.io/)
JavaScript ★ 0 9y agoExplain → -
angular2-electron-playground
No description.
JavaScript ★ 0 10y agoExplain → -
sinatra-example ⑂
OpenShift QuickStart Git Repository for Sinatra
Ruby ★ 0 11y agoExplain → -
mrm ⑂
Codemods for your project configuration
JavaScript ★ 0 9y agoExplain → -
vue-loader ⑂
Webpack loader for Vue.js components
JavaScript ★ 0 9y agoExplain → -
node-module-template ⑂
My standard node module template
JavaScript ★ 0 11y agoExplain → -
max-heapsort
A small POC for using heap, and heapsort.
JavaScript ★ 0 9y agoExplain → -
test-node-eps3 ⑂
No description.
JavaScript ★ 0 10y agoExplain → -
babel ⑂
:tropical_fish: Babel is a compiler for writing next generation JavaScript.
JavaScript ★ 0 9y agoExplain → -
proposal-cancelable-promises ⑂
Cancelable promises proposal for JavaScript
HTML ★ 0 9y agoExplain → -
yarn ⑂
📦🐈 Fast, reliable, and secure dependency management.
JavaScript ★ 0 9y agoExplain → -
ddc-loader
Dart Dev Compiler Loader for webpack [WIP]
★ 0 9y agoExplain → -
html-webpack-plugin ⑂
Simplifies creation of HTML files to serve your webpack bundles
JavaScript ★ 0 9y agoExplain → -
one-hundred-tests-proj
No description.
TypeScript ★ 0 9y agoExplain → -
roll-call ⑂
☎️ Free and reliable audio calls for everyone w/ browser p2p.
JavaScript ★ 0 9y agoExplain → -
apex ⑂
Build, deploy, and manage AWS Lambda functions with ease (with Go support!).
Go ★ 0 9y agoExplain → -
react-boilerplate ⑂
:fire: A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
JavaScript ★ 0 9y agoExplain → -
xo-loader ⑂
XO loader for webpack
JavaScript ★ 0 9y agoExplain → -
ngtools-webpack-app ⑂
No description.
TypeScript ★ 0 9y agoExplain → -
lighthouse ⑂
auditing and performance metrics for Progressive Web Apps
JavaScript ★ 0 9y agoExplain → -
react-styleguidist ⑂
React style guide generator
JavaScript ★ 0 9y agoExplain → -
CLC-Mens-Choir-Schedule
Christ Lutheran Church Men's Choir Rehearsal and Performance Schedule
★ 0 9y agoExplain → -
CLC-Mens-Choir-Schedules
Christ Lutheran Church Men's Choir Rehearsal and Performance Schedule
★ 0 10y agoExplain → -
Preobrazhensky
Personal Website
HTML ★ 0 10y agoExplain → -
gatsby ⑂
Transform plain text into dynamic blogs and websites using React.js
JavaScript ★ 0 10y agoExplain → -
coflux ⑂
Flux at the Component Level
JavaScript ★ 0 10y agoExplain → -
webpack.io ⑂
No description.
JavaScript ★ 0 9y agoExplain → -
tapable ⑂
Just a little module for plugins.
JavaScript ★ 0 9y agoExplain → -
webpack-toolkit ⑂
Webpack tools and helpers for Angular 2 by @AngularClass
JavaScript ★ 0 10y agoExplain → -
material2 ⑂
Material Design components for Angular 2
TypeScript ★ 0 10y agoExplain → -
raw-loader ⑂
raw loader module for webpack
JavaScript ★ 0 10y agoExplain → -
periscope ⑂
No description.
TypeScript ★ 0 10y agoExplain → -
ng2-compiler-test2 ⑂
No description.
TypeScript ★ 0 10y agoExplain → -
webpack-bin ⑂
A webpack code sandbox
JavaScript ★ 0 10y agoExplain → -
webpack-explain ⑂
Explains your webpack config
JavaScript ★ 0 10y agoExplain → -
ng2-application-shell ⑂
Angular2 Application Shell Architecture
TypeScript ★ 0 10y agoExplain → -
react-php-v8js ⑂
PHP library that renders React components on the server
PHP ★ 0 10y agoExplain → -
babel-preset-modern-node ⑂
Babel preset for modern node apps
JavaScript ★ 0 10y agoExplain → -
ts-loader ⑂
TypeScript loader for webpack
JavaScript ★ 0 10y agoExplain →
No repos match these filters.
More creators on gitmyhub
JakeWharton lucidrains rafaballerini hiteshchoudhary IDouble