OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4109discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: webpack清除
ADDED

react-app-rewired lets you customize Create React App's webpack, Jest, and dev server configurations without ejecting, preserving CRA's benefits while adding flexibility for plugins, loaders, and custom build rules.

Developer toolsFrontend tooling
art-templategoofychris
ADDED

art-template is a high-performance JavaScript template engine that uses scope pre-declaration to optimize rendering speed, supports NodeJS and browser, but is no longer maintained.

Developer toolsFrontend tooling
nebularakveo
ADDED

Nebular is a customizable Angular UI library based on the Eva Design System, offering 4 visual themes, 35+ Angular UI components, a theming engine with runtime theme switching and CSS custom properties mode, plus Eva Icons SVG support and configurable authentication strategies.

Developer toolsDesignComponent libraries
webpackwebpack
ADDED

Webpack is a module bundler that bundles JavaScript files for use in the browser and can transform, bundle, or package almost any resource or asset. It supports ES modules, CommonJS, AMD, loaders, plugins, code splitting, and production optimizations.

Developer toolsFrontend tooling
storybookstorybookjs
ADDED

Storybook is a frontend workshop for building, documenting, and testing UI components and pages in isolation. It supports many frameworks and offers addons for accessibility, documentation, and interactive development.

Developer toolsFrontend tooling
vue2-elmbailicangdu
ADDED

A large-scale single-page application (SPA) example of a food delivery platform built with Vue 2 and Vuex. Featuring 45 pages, it covers the full workflow from location selection and merchant lists to search filtering, shopping cart, ordering, and user profiles. Accompanied by a Node.js backend and management dashboard, it serves as a comprehensive learning resource for large Vue applications.

Developer toolsTemplates & starters
ADDED

Braid is SEEK Group's themeable design system, distributed as a React component library. It provides themes, BraidProvider, and components styled with Vanilla Extract, with setup guidance for sku-based projects.

DesignDeveloper toolsDesign systems
bundlephobiapastelsky
ADDED

Bundlephobia helps developers assess the bundle-size impact of adding npm packages to frontend applications.

Developer toolsFrontend tooling
icealibaba
ADDED

ice.js 是阿里巴巴开源的基于 React 的渐进式应用框架,提供零配置开发体验,支持 TypeScript、Sass、CSS Modules 等,内置文件系统路由、状态管理与请求方案,支持 SSG/SSR 混合渲染、插件系统,并可同时构建 Web、小程序与 Weex 多端应用。

Developer toolsTemplates & starters
ADDED

vue-element-admin is a production-ready Vue 2 and Element UI front-end solution for building complex admin interfaces, with login, permission authentication, i18n, dynamic themes and many enterprise templates.

Developer toolsTemplates & starters
mojsmojs
ADDED

mo · js is a fast, retina-ready, modular JavaScript motion graphics library for the web. It offers a declarative API with built-in components like Html, Shape, Swirl, Burst, and Stagger for creating delightful web animations.

DesignDeveloper toolsAnimation
flowbitethemesberg
ADDED

Flowbite is an open-source UI component library built on Tailwind CSS, offering interactive components like modals, dropdowns and datepickers driven by data attributes, with vanilla JS APIs, TypeScript types, RTL support and bindings for React, Vue, Svelte and Angular.

Developer toolsDesignComponent libraries
webpack-dashboardFormidableLabs
ADDED

webpack-dashboard is a CLI dashboard for webpack dev server. It replaces noisy build output with a terminal UI showing build progress, asset sizes, errors, and warnings. Install as a dev dependency, add the DashboardPlugin to webpack config, and wrap your dev command with webpack-dashboard.

Developer toolsBuild & DevOps