Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiyi17/awesome-fe-utils
前端常用库集合
https://github.com/yiyi17/awesome-fe-utils
List: awesome-fe-utils
Last synced: 3 months ago
JSON representation
前端常用库集合
- Host: GitHub
- URL: https://github.com/yiyi17/awesome-fe-utils
- Owner: yiyi17
- Created: 2023-10-10T03:36:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-29T08:41:13.000Z (8 months ago)
- Last Synced: 2024-05-23T01:10:33.794Z (6 months ago)
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-fe-utils - 前端常用库集合. (Other Lists / PowerShell Lists)
README
# awesome-fe-utils
对常见的库做一个集合
## 最新的 API
[finished-proposals](https://github.com/tc39/proposals/blob/main/finished-proposals.md)
## 前端框架
- [Vue](https://cn.vuejs.org/guide/introduction.html)
- [React](https://reactjs.org)
- [Svelte](https://svelte.dev/)
- [Angular](https://angular.io/)## 前端组件库
- [Ant Design](https://ant.design/)
- [Ant ProComponents](https://procomponents.ant.design/)
- [Element Plus](https://element-plus.org/)## 前端常见效果库
### 常用工具库
- [lodash](https://github.com/lodash/lodash)
### 拖拽类
- [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout)
### diff
- [react-diff-view](https://github.com/otakustay/react-diff-view)
### chat 相关
- [ChatUI](https://github.com/alibaba/ChatUI)
### 富文本编辑器
- [ckeditor](https://github.com/ckeditor/ckeditor5)
- [wangEditor](https://github.com/wangeditor-team/wangEditor)### markdown 编辑器
- [react-markdown-editor-lite](https://github.com/HarryChen0506/react-markdown-editor-lite)
- [react-simplemde-editor](https://react-simplemde-edtior.netlify.app/)### 代码高亮
- [ReactMarkdown](https://github.com/remarkjs/react-markdown)
- [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter)### 代码编辑器
- [Monaco Editor for React.](https://github.com/react-monaco-editor/react-monaco-editor)
#### 线上预览
* [monaco-editor](https://microsoft.github.io/monaco-editor/)
* [codemirror](https://codemirror.net/)
* [vscode](https://vscode.dev/github)
* [yjs](https://github.com/yjs/yjs)### 图表类
- [火焰图](https://github.com/spiermar/d3-flame-graph)
- [echarts](https://echarts.apache.org/zh/index.html)
- [多维可视分析表格](https://s2.antv.vision/zh/)
- [图分析应用组件](https://g6.antv.vision/zh)
- [图编辑引擎](https://x6.antv.vision/zh/)
- [地理图表](https://l7.antv.vision/zh)## 文件转换
- [word 转换 HTML](https://www.npmjs.com/package/mammoth?activeTab=readme)
- [压缩](https://www.npmjs.com/package/lz-string)## 常用工具
- [webPageTest](https://www.webpagetest.org/)
- [SpeedCurve](https://www.speedcurve.com/)
- [web.dev](https://web.dev/)
- [free-for.dev](https://free-for.dev/#/)## 协议
* [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)## 更多
- [nodejs](./node.md)
- [AI](./AI.md)