下载资源前端资源详情
Apifox-UI-main.zip
资源来源:本地上传资源
文件类型:ZIP
大小:198.21KB
评分:
5.0
上传者:2401_85269368
更新日期:2024-06-28

精心仿制 Apifox 界面,纯前端项目,使用 Next + Antd + TailwindCSS 开发

资源文件列表(大概)

文件名
大小
Apifox-UI-main/
-
Apifox-UI-main/.eslintrc.cjs
518B
Apifox-UI-main/.gitignore
445B
Apifox-UI-main/.prettierrc.cjs
55B
Apifox-UI-main/.stylelintrc.cjs
201B
Apifox-UI-main/.vscode/
-
Apifox-UI-main/.vscode/settings.json
69B
Apifox-UI-main/README.md
1.25KB
Apifox-UI-main/next.config.mjs
86B
Apifox-UI-main/package.json
1.83KB
Apifox-UI-main/pnpm-lock.yaml
229.29KB
Apifox-UI-main/postcss.config.cjs
113B
Apifox-UI-main/public/
-
Apifox-UI-main/public/favicon.svg
2.48KB
Apifox-UI-main/public/manifest.webmanifest
210B
Apifox-UI-main/src/
-
Apifox-UI-main/src/app/
-
Apifox-UI-main/src/app/home-page.tsx
7.96KB
Apifox-UI-main/src/app/layout.tsx
1.06KB
Apifox-UI-main/src/app/page.tsx
240B
Apifox-UI-main/src/app/test/
-
Apifox-UI-main/src/app/test/page.tsx
2.85KB
Apifox-UI-main/src/components/
-
Apifox-UI-main/src/components/AntdStyleProvider.tsx
1.14KB
Apifox-UI-main/src/components/ApiMenu/
-
Apifox-UI-main/src/components/ApiMenu/ApiMenu.tsx
5.47KB
Apifox-UI-main/src/components/ApiMenu/ApiMenu.type.ts
1.19KB
Apifox-UI-main/src/components/ApiMenu/ApiMenuContext.tsx
1.28KB
Apifox-UI-main/src/components/ApiMenu/ApiMenuTitle.tsx
1.52KB
Apifox-UI-main/src/components/ApiMenu/ApiMenuTitleTop.tsx
6.59KB
Apifox-UI-main/src/components/ApiMenu/AppMenuControls.tsx
204B
Apifox-UI-main/src/components/ApiMenu/DropdownActions.tsx
5.05KB
Apifox-UI-main/src/components/ApiMenu/FileAction.tsx
588B
Apifox-UI-main/src/components/ApiMenu/FolderAction.tsx
1.21KB
Apifox-UI-main/src/components/ApiMenu/MenuActionButton.tsx
922B
Apifox-UI-main/src/components/ApiMenu/SwitcherIcon.tsx
653B
Apifox-UI-main/src/components/ApiMenu/api-menu-data.tsx
6.31KB
Apifox-UI-main/src/components/ApiMenu/index.ts
114B
Apifox-UI-main/src/components/ApiTab/
-
Apifox-UI-main/src/components/ApiTab/ApiTab.enum.ts
148B
Apifox-UI-main/src/components/ApiTab/ApiTab.tsx
7.81KB
Apifox-UI-main/src/components/ApiTab/ApiTab.type.ts
496B
Apifox-UI-main/src/components/ApiTab/ApiTabAction.tsx
1.54KB
Apifox-UI-main/src/components/ApiTab/ApiTabContent.tsx
1.54KB
Apifox-UI-main/src/components/ApiTab/ApiTabContentWrapper.tsx
454B
Apifox-UI-main/src/components/ApiTab/ApiTabLabel.tsx
1.68KB
Apifox-UI-main/src/components/ApiTab/GroupTitle.tsx
244B
Apifox-UI-main/src/components/ApiTab/TabContentContext.tsx
553B
Apifox-UI-main/src/components/ApiTab/index.ts
94B
Apifox-UI-main/src/components/DoubleCheckRemoveBtn.tsx
1.9KB
Apifox-UI-main/src/components/EditableTable.tsx
3.18KB
Apifox-UI-main/src/components/FooterBar/
-
Apifox-UI-main/src/components/FooterBar/FooterBar.tsx
1.57KB
Apifox-UI-main/src/components/FooterBar/index.ts
40B
Apifox-UI-main/src/components/HeaderNav.tsx
1.84KB
Apifox-UI-main/src/components/IconText.tsx
289B
Apifox-UI-main/src/components/InputSearch.tsx
1.03KB
Apifox-UI-main/src/components/InputUnderline.tsx
1014B
Apifox-UI-main/src/components/JsonSchema/
-
Apifox-UI-main/src/components/JsonSchema/JsonSchema.context.tsx
611B
Apifox-UI-main/src/components/JsonSchema/JsonSchema.type.ts
1KB
Apifox-UI-main/src/components/JsonSchema/JsonSchemaEditor.tsx
4.15KB
Apifox-UI-main/src/components/JsonSchema/JsonSchemaNode.tsx
6.72KB
Apifox-UI-main/src/components/JsonSchema/JsonSchemaNodeRow.tsx
12.04KB
Apifox-UI-main/src/components/JsonSchema/JsonSchemaNodeWrapper.tsx
323B
Apifox-UI-main/src/components/JsonSchema/constants.ts
1.37KB
Apifox-UI-main/src/components/JsonSchema/index.ts
175B
Apifox-UI-main/src/components/JsonSchema/utils.ts
1.82KB
Apifox-UI-main/src/components/JsonSchemaCard.tsx
5.77KB
Apifox-UI-main/src/components/JsonViewer.tsx
297B
Apifox-UI-main/src/components/MarkdownEditor.tsx
3.83KB
Apifox-UI-main/src/components/MonacoEditor/
-
Apifox-UI-main/src/components/MonacoEditor/MonacoEditor.tsx
3.08KB
Apifox-UI-main/src/components/MonacoEditor/index.ts
92B
Apifox-UI-main/src/components/SelectorCatalog.tsx
2.48KB
Apifox-UI-main/src/components/SelectorService.tsx
948B
Apifox-UI-main/src/components/SideNav/
-
Apifox-UI-main/src/components/SideNav/NavMenu.tsx
3.21KB
Apifox-UI-main/src/components/SideNav/SideNav.tsx
564B
Apifox-UI-main/src/components/SideNav/index.ts
36B
Apifox-UI-main/src/components/ThemeEditor/
-
Apifox-UI-main/src/components/ThemeEditor/ThemeColorPicker.tsx
1.4KB
Apifox-UI-main/src/components/ThemeEditor/ThemeContext.tsx
3.47KB
Apifox-UI-main/src/components/ThemeEditor/ThemeEditor.helper.ts
559B
Apifox-UI-main/src/components/ThemeEditor/ThemeEditor.tsx
1.85KB
Apifox-UI-main/src/components/ThemeEditor/ThemeEditor.type.ts
286B
Apifox-UI-main/src/components/ThemeEditor/ThemePicker.tsx
1.22KB
Apifox-UI-main/src/components/ThemeEditor/ThemeRadiusPicker.tsx
1.31KB
Apifox-UI-main/src/components/ThemeEditor/index.tsx
198B
Apifox-UI-main/src/components/ThemeEditor/theme-data.tsx
15.04KB
Apifox-UI-main/src/components/UIBtn.tsx
945B
Apifox-UI-main/src/components/icons/
-
Apifox-UI-main/src/components/icons/FileIcon.tsx
1.19KB
Apifox-UI-main/src/components/icons/FolderIcon.tsx
765B
Apifox-UI-main/src/components/icons/HttpMethodText.tsx
562B
Apifox-UI-main/src/components/icons/IconLogo.tsx
2.37KB
Apifox-UI-main/src/components/modals/
-
Apifox-UI-main/src/components/modals/ModalMoveMenu.tsx
1.95KB
Apifox-UI-main/src/components/modals/ModalNewCatalog.tsx
2.33KB
Apifox-UI-main/src/components/modals/ModalRename.tsx
1.73KB
Apifox-UI-main/src/components/modals/ModalSettings.tsx
4.91KB
Apifox-UI-main/src/components/tab-content/
-
Apifox-UI-main/src/components/tab-content/Blank.tsx
3.64KB
Apifox-UI-main/src/components/tab-content/Doc.tsx
4.22KB
Apifox-UI-main/src/components/tab-content/Overview.tsx
2.31KB
Apifox-UI-main/src/components/tab-content/Recycle.tsx
4.06KB
Apifox-UI-main/src/components/tab-content/Schema.tsx
3.9KB
Apifox-UI-main/src/components/tab-content/api/
-
Apifox-UI-main/src/components/tab-content/api/Api.tsx
2.74KB
Apifox-UI-main/src/components/tab-content/api/ApiDoc.tsx
9.17KB
Apifox-UI-main/src/components/tab-content/api/ApiDocEditing.tsx
13.73KB
Apifox-UI-main/src/components/tab-content/api/ApiRemoveButton.tsx
611B
Apifox-UI-main/src/components/tab-content/api/ApiSidePanel.tsx
1.57KB
Apifox-UI-main/src/components/tab-content/api/InputDesc.tsx
1.89KB
Apifox-UI-main/src/components/tab-content/api/ModalNewResponse.tsx
2.08KB
Apifox-UI-main/src/components/tab-content/api/ParamsEditableTable.tsx
4.53KB
Apifox-UI-main/src/components/tab-content/api/components/
-
Apifox-UI-main/src/components/tab-content/api/components/BaseFormItems.tsx
2.97KB
Apifox-UI-main/src/components/tab-content/api/params/
-
Apifox-UI-main/src/components/tab-content/api/params/ParamsBody.tsx
2.77KB
Apifox-UI-main/src/components/tab-content/api/params/ParamsTab.tsx
3.07KB
Apifox-UI-main/src/components/tab-content/folder/
-
Apifox-UI-main/src/components/tab-content/folder/Folder.tsx
912B
Apifox-UI-main/src/components/tab-content/folder/FolderApiList.tsx
1.77KB
Apifox-UI-main/src/components/tab-content/folder/FolderSetting.tsx
2.57KB
Apifox-UI-main/src/configs/
-
Apifox-UI-main/src/configs/static.ts
5.46KB
Apifox-UI-main/src/constants.ts
66B
Apifox-UI-main/src/contexts/
-
Apifox-UI-main/src/contexts/global.tsx
6.89KB
Apifox-UI-main/src/contexts/layout-settings.tsx
851B
Apifox-UI-main/src/contexts/menu-tab-settings.tsx
4.96KB
Apifox-UI-main/src/data/
-
Apifox-UI-main/src/data/remote.ts
17.7KB
Apifox-UI-main/src/enums.ts
2KB
Apifox-UI-main/src/helpers.ts
4.38KB
Apifox-UI-main/src/hooks/
-
Apifox-UI-main/src/hooks/useCatalog.ts
1.38KB
Apifox-UI-main/src/hooks/useHelpers.ts
2.48KB
Apifox-UI-main/src/hooks/useStyle.ts
322B
Apifox-UI-main/src/styles/
-
Apifox-UI-main/src/styles/globals.css
3.49KB
Apifox-UI-main/src/types.ts
2.69KB
Apifox-UI-main/src/utils.ts
1.05KB
Apifox-UI-main/tailwind.config.ts
465B
Apifox-UI-main/tsconfig.json
1.01KB

资源内容介绍

这是一个精心仿制 Apifox 界面的纯前端项目,使用 Next + Antd + TypeScript + TailwindCSS 开发,源码融入了很多好的编码实践,能让你学习到如何组织和建设一个复杂的 React 项目,非常适合 React 新手学习!在日常工作中,我经常会使用 Antd 来构建页面,但大多数页面的结构和交互都是比较简单的。为了精进对 Next + Antd 的使用技巧,我选择了 Apifox 这个相对复杂的界面进行模仿,希望在实践中能够掌握使用 Antd 打造出高级的页面效果。可能有很多小伙伴也抱有类似的学习动机,所以我将代码开源出来,希望能帮助各位。本地启动pnpm i # 安装项目依赖pnpm dev # 启动本地服务

用户评论 (0)

发表评论

captcha

相关资源

H5视频组件开发时候用到VTT字幕,有汉语、英语、意大利语三种
文件名:VTT字幕文件.zip
文件类型:ZIP
大小:10KB
上传者:syb513812
更新日期:2024-06-28
江苏设计院AI助手前段网页页面
文件名:江苏设计院AI助手前段网页页面_RP10.zip
文件类型:ZIP
大小:4.15MB
上传者:jiangdefu
更新日期:2024-06-28
111111111111111111111111111111111111111
文件名:vue-flow-x6-demo.zip
文件类型:ZIP
大小:57.45MB
上传者:weixin_37576193
更新日期:2024-06-28
React 框架的无代码/低代码开发工具,可视化生成网站和应用程序
文件名:plasmic.zip
文件类型:ZIP
大小:66.13MB
上传者:a3737337
更新日期:2024-06-28
uniapp学习-基础学习模板
文件名:helloUni.zip
文件类型:ZIP
大小:808.73KB
上传者:m0_49684635
更新日期:2024-06-28
苹果内购凭证解析内含有前后端简单项目文件
文件名:苹果内购解析购买凭证.zip
文件类型:ZIP
大小:2.57KB
上传者:2301_80817413
更新日期:2024-06-28
web前端学生静态网页设计 实现2个漫威网页设计 html+css
文件名:漫威.zip
文件类型:ZIP
大小:7.36MB
上传者:qq_43770056
更新日期:2024-06-28
jQuery实现一个轮播图
文件名:jquery轮播.zip
文件类型:ZIP
大小:34.3KB
上传者:qq_43770056
更新日期:2024-06-28
前端大作业 vue学生简易购物平台
文件名:学生简易购物平台.zip
文件类型:ZIP
大小:3.08MB
上传者:qq_43770056
更新日期:2024-06-28
文件上传前端前端html
文件名:website-main.zip
文件类型:ZIP
大小:86.33KB
上传者:xytpp
更新日期:2024-07-24