Paulhejia's Stars
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.
ruanyf/weekly
科技爱好者周刊,每周五发布
vueComponent/ant-design-vue
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
illacloud/illa-builder
Low-code platform allows you to build business apps, enables you to quickly create internal tools such as dashboard, crud app, admin panel, crm, cms, etc. Supports PostgreSQL, MySQL, Supabase, GraphQL, MongoDB, MSSQL, Rest API, Hugging Face, Redis, etc. Automate workflows with schedule or webhook. Open source Retool.
Tencent/hel
A module federation SDK which is unrelated to tool chain for module consumer. 工具链无关的运行时模块联邦sdk.
DmitrySoshnikov/syntax
Syntactic analysis toolkit, language-agnostic parser generator.
lizuncong/mini-webpack
手写webpack主流程源码以及webpack常见loader、plugin源码
LLLLLamHo/zzc-design-mobile
noransu/techWebCollector
a chrome extension for some useful technical webs
objcoding/spring-boot-starter-tutorial
It‘s springboot starter tutorial, including my open source project springboot starters
objcoding/jdbc-utils
🔧This is a jdbc utils based on commons-dbutils
lizuncong/egg-react-ssr
这是一个自研的配置透明的react服务端渲染框架。采用egg + mysql + sequelize + react + redux + redux thunk + axios + antd搭建的一个从0到1的框架,并不是利用现有的next.js或者nuxtjs框架。具备代码分割懒加载,CSR/SSR无缝切换,对SPA写法无侵入,首屏SSR减轻服务器压力等优势。基础设施有prettierrc,stylelint,eslint,lint-stage,husky等
noransu/vant-helper
a vscode extension for Vant
lizuncong/react-ssr-200305
使用react,react-router-dom,redux,redux-thunk,express搭建的一个react ssr开发框架
mcbilla/mcbilla.github.io
博客仓库
Ncnbb/omg-rc-cli
React构建脚手架
objcoding/objcoding.github.io
It's my blog
lizuncong/mini-parser
学习编译原理,实现一款语法解析器
lizuncong/react-pc-template
react PC端项目模版,配合create-app-cli使用
objcoding/docker-deploy-tutorial
It's about how to deploy a project with docker
objcoding/fly-mq
🐰fly-mq is a MQ based on Redis