CokeBeliever's Stars
babel/babel
🐠 Babel is a compiler for writing next generation JavaScript.
babel/babel-loader
📦 Babel loader for webpack
csstools/postcss-preset-env
Convert modern CSS into something browsers understand
webpack-contrib/sass-loader
Compiles Sass to CSS
webpack-contrib/css-loader
CSS Loader
webpack-contrib/style-loader
Style Loader
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
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.
taniarascia/webpack-boilerplate
📦 A sensible webpack 5 boilerplate.
benits/boilerplate-webpack-5
Customizable Boilerplate using Webpack 5, Babel, PostCSS and Sass with an active development server and an optimized production build.
facebook/react
The library for web and native user interfaces.
stephencookdev/speed-measure-webpack-plugin
⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
atChine/ChineseSoftwareCompanyWarehouse
国内软件厂商公司名单库
webpack-china/awesome-webpack-cn
[印记中文](https://docschina.org/) - webpack 优秀中文文章
rollup/rollup
Next-generation ES module bundler
evanw/esbuild
An extremely fast bundler for the web
esbuild-kit/cjs-loader
Node.js loader for compiling ESM & TypeScript modules to CommonJS
gulpjs/gulp
A toolkit to automate & enhance your workflow
markdown-it/markdown-it-container
Fenced container plugin for markdown-it markdown parser
markdown-it/markdown-it
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
element-plus/element-plus
🎉 A Vue.js 3 UI Library made by Element team
microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
PKUFlyingPig/cs-self-learning
计算机自学指南
xiaolincoder/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
sass/sass
Sass makes CSS fun!
unocss/unocss
The instant on-demand atomic CSS engine.
chalk/chalk
🖍 Terminal string styling done right
vue-macros/vue-macros
Explore and extend more macros and syntax sugar to Vue.
isaacs/rimraf
A `rm -rf` util for nodejs