JavaScript 搜集
语言、平台、运行时相关
Section titled “语言、平台、运行时相关”| 项目 | 地址 | 说明 |
|---|---|---|
| proposal-decorators | https://github.com/tc39/proposal-decorators | ECMAScript Stage 3 装饰器提案 |
| proposal-decorator-metadata | https://github.com/tc39/proposal-decorator-metadata | ECMAScript Stage 3 装饰器元数据提案 |
| 项目 | 地址 | 说明 |
|---|---|---|
| env-cmd | https://github.com/toddbluhm/env-cmd | 和 cross-env 类似 |
| farm | https://github.com/farm-fe/farm | 国人开发的 Rust 打包工具 |
| 项目 | 地址 | 说明 |
|---|---|---|
| ky | https://github.com/sindresorhus/ky | Web Fetch API 封装库 |
| APIJSON | https://github.com/Tencent/APIJSON | “零代码、全功能、强安全 ORM 库” |
| classnames | https://github.com/JedWatson/classnames | A simple JavaScript utility for conditionally joining classNames together. |
| keyv | https://github.com/jaredwray/keyv | 支持多种后端的简单键值存储 |
UI 组件库
Section titled “UI 组件库”| 项目 | 地址 | 说明 |
|---|---|---|
| Fluent UI | https://github.com/microsoft/fluentui | 微软的 React 组件库 |
| 项目 | 地址 | 说明 |
|---|---|---|
| Node-Boot | https://github.com/nodejs-boot/node-boot | SpringBoot 风格的 Node.js 后端框架,和 NestJS 不一样 |