weiChow's Stars
sindresorhus/quick-look-plugins
List of useful Quick Look plugins for developers
Meituan-Dianping/mpvue
基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。
imochen/hotcss
移动端布局终极解决方案 --- 让移动端布局开发更加容易
jxnblk/loading
This could take a while
fakiolinho/react-loading
React component for loading animations
jayphelps/core-decorators
Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more. Popular with React/Angular, but is framework agnostic.
jashkenas/underscore
JavaScript's utility _ belt
avwo/whistle
HTTP, HTTP2, HTTPS, Websocket debugging proxy
webpack-china/awesome-webpack-cn
[印记中文](https://docschina.org/) - webpack 优秀中文文章
sindresorhus/open
Open stuff like URLs, files, executables. Cross-platform.
webpack-contrib/mini-css-extract-plugin
Lightweight CSS extraction plugin
gaearon/react-hot-loader
Tweak React components in real time. (Deprecated: use Fast Refresh instead.)
shama/webpack-stream
:tropical_drink: Run webpack through a stream interface
ruanyf/es6tutorial
《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。
reduxjs/redux
A JS library for predictable global state management
webpack-contrib/webpack-hot-middleware
Webpack hot reloading you can attach to your own server
survivejs/webpack-merge
Merge designed for webpack
Mongkii/RMind
基于 React Hooks 与 flex 布局,实现了大部分功能的思维导图。 / An almost-full-function Mindmap web app developed with only React Hooks and flex layout.
chalk/chalk
🖍 Terminal string styling done right
jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
immutable-js/immutable-js
Immutable persistent data collections for Javascript which increase efficiency and simplicity.
isaacs/minimatch
a glob matcher in javascript
JakeChampion/fetch
A window.fetch JavaScript polyfill.
js-cookie/js-cookie
A simple, lightweight JavaScript API for handling browser cookies
amfe/lib-flexible
可伸缩布局方案
niksy/throttle-debounce
Throttle and debounce functions.
animate-css/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
IanLunn/Hover
A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
zenorocha/clipboard.js
:scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard:
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.