
前端开发资源、工具、文档大全超详细整理一、前端学习路线1. HTML / CSS 基础HTML5 官方文档https://developer.mozilla.org/zh-CN/docs/Web/HTMLCSS 官方文档https://developer.mozilla.org/zh-CN/docs/Web/CSSW3C 标准https://www.w3.org/菜鸟教程适合新手https://www.runoob.com/Web.devGoogle 官方https://web.dev/2. JavaScript 学习JavaScript MDN 文档https://developer.mozilla.org/zh-CN/docs/Web/JavaScriptECMAScript 官方规范https://tc39.es/ecma262/JavaScript.info强烈推荐https://javascript.info/ES6 教程https://es6.ruanyifeng.com/TypeScript 官方文档https://www.typescriptlang.org/docs/3. 前端框架VueVue 官方文档https://cn.vuejs.org/Vue Routerhttps://router.vuejs.org/zh/Piniahttps://pinia.vuejs.org/zh/Nuxthttps://nuxt.com/Element Plushttps://element-plus.org/zh-CN/Vanthttps://vant-ui.github.io/vant/ReactReact 官方文档https://react.dev/Next.jshttps://nextjs.org/Reduxhttps://redux.js.org/Zustandhttps://zustand-demo.pmnd.rs/Ant Designhttps://ant.design/Material UIhttps://mui.com/AngularAngular 官方文档https://angular.dev/二、前端核心工具1. 编辑器 / IDEVS Code主流官网https://code.visualstudio.com/常用插件Chinese Language PackESLintPrettierAuto Rename TagPath IntellisenseGitLensVue OfficialTailwind CSS IntelliSenseWebStorm官网https://www.jetbrains.com/webstorm/三、前端构建工具1. Vite推荐官网https://vitejs.dev/中文文档https://cn.vitejs.dev/2. Webpack官网https://webpack.js.org/中文文档https://webpack.docschina.org/3. Rollup官网https://rollupjs.org/4. Parcel官网https://parceljs.org/四、包管理工具npm官网https://www.npmjs.com/Yarn官网https://yarnpkg.com/pnpm推荐官网https://pnpm.io/五、CSS 工具与框架1. Tailwind CSS官网https://tailwindcss.com/2. Sass官网https://sass-lang.com/3. Less官网https://lesscss.org/4. Bootstrap官网https://getbootstrap.com/六、UI 组件库Vue UIElement Plushttps://element-plus.org/Vanthttps://vant-ui.github.io/vant/Naive UIhttps://www.naiveui.com/Arco Designhttps://arco.design/React UIAnt Designhttps://ant.design/Material UIhttps://mui.com/Chakra UIhttps://chakra-ui.com/Shadcn/uihttps://ui.shadcn.com/七、图标资源1. Iconfont阿里https://www.iconfont.cn/2. Font Awesomehttps://fontawesome.com/3. Lucide Iconshttps://lucide.dev/4. Heroiconshttps://heroicons.com/八、接口调试工具1. Postmanhttps://www.postman.com/2. Apifox国内推荐https://apifox.com/3. Insomniahttps://insomnia.rest/九、代码规范工具ESLinthttps://eslint.org/Prettierhttps://prettier.io/Stylelinthttps://stylelint.io/Huskyhttps://typicode.github.io/husky/十、Git 与代码托管Git官网https://git-scm.com/学习文档https://learngitbranching.js.org/?localezh_CNGitHubhttps://github.com/GitLabhttps://gitlab.com/Giteehttps://gitee.com/十一、前端部署平台Vercelhttps://vercel.com/Netlifyhttps://www.netlify.com/Cloudflare Pageshttps://pages.cloudflare.com/GitHub Pageshttps://pages.github.com/十二、浏览器与调试工具Chrome DevTools文档https://developer.chrome.com/docs/devtools/Firefox DevTools文档https://firefox-source-docs.mozilla.org/devtools-user/十三、前端动画库GSAPhttps://gsap.com/Framer Motionhttps://www.framer.com/motion/Animate.csshttps://animate.style/Lottiehttps://airbnb.io/lottie/十四、数据可视化ECharts国内推荐https://echarts.apache.org/zh/index.htmlChart.jshttps://www.chartjs.org/D3.jshttps://d3js.org/Rechartshttps://recharts.org/十五、低代码与拖拽平台LowCode Enginehttps://lowcode-engine.cn/Appsmithhttps://www.appsmith.com/Retoolhttps://retool.com/十六、AI 前端开发工具Cursorhttps://cursor.com/GitHub Copilothttps://github.com/features/copilotChatGPThttps://chatgpt.com/Claudehttps://claude.ai/十七、前端面试资源前端面试题https://github.com/Advanced-Frontend/Daily-Interview-Question前端知识体系https://github.com/woai3c/Front-end-articlesJavaScript 面试题https://github.com/sudheerj/javascript-interview-questions十八、开源项目学习Vue 开源项目https://github.com/vuejs/vueReact 开源项目https://github.com/facebook/reactVitehttps://github.com/vitejs/viteNext.jshttps://github.com/vercel/next.js十九、前端学习网站免费学习MDNhttps://developer.mozilla.org/zh-CN/freeCodeCamphttps://www.freecodecamp.org/廖雪峰教程https://www.liaoxuefeng.com/慕课网https://www.imooc.com/极客时间https://time.geekbang.org/二十、前端常用资源站图片资源Unsplashhttps://unsplash.com/Pexelshttps://www.pexels.com/Pixabayhttps://pixabay.com/配色网站Coolorshttps://coolors.co/Color Hunthttps://colorhunt.co/渐变颜色uiGradientshttps://uigradients.com/Loading 动画https://loading.io/CSS 灵感https://uiverse.io/https://css-tricks.com/二十一、前端性能优化工具Lighthousehttps://developer.chrome.com/docs/lighthouse/WebPageTesthttps://www.webpagetest.org/GTmetrixhttps://gtmetrix.com/二十二、Node.js 后端相关Node.jshttps://nodejs.org/Expresshttps://expressjs.com/NestJShttps://nestjs.com/Koahttps://koajs.com/二十三、数据库相关MySQLhttps://www.mysql.com/MongoDBhttps://www.mongodb.com/Redishttps://redis.io/二十四、前端工程化MonorepoTurborepohttps://turbo.build/Nxhttps://nx.dev/自动化Jenkinshttps://www.jenkins.io/GitHub Actionshttps://github.com/features/actions二十五、移动端开发UniApphttps://uniapp.dcloud.net.cn/React Nativehttps://reactnative.dev/Flutterhttps://flutter.dev/Tarohttps://taro.zone/二十六、小程序开发微信小程序https://developers.weixin.qq.com/miniprogram/dev/framework/支付宝小程序https://opendocs.alipay.com/mini抖音小程序https://developer.open-douyin.com/二十七、前端安全OWASPhttps://owasp.org/Web 安全文档https://developer.mozilla.org/zh-CN/docs/Web/Security二十八、前端开发常用网站Can I Usehttps://caniuse.com/npm Trendshttps://npmtrends.com/Bundlephobiahttps://bundlephobia.com/RegEx101https://regex101.com/JSON 格式化https://jsonformatter.org/二十九、学习建议新手阶段学习顺序HTMLCSSJavaScriptGitVue / ReactTypeScriptNode.js工程化项目实战进阶阶段重点方向前端工程化性能优化浏览器原理网络原理数据结构与算法前端架构微前端SSRCI/CD三十、推荐前端项目实战新手项目TodoList个人博客企业官网后台管理系统中级项目电商平台IM 聊天系统CMS 内容管理系统数据可视化平台高级项目微前端架构低代码平台在线编辑器可视化拖拽系统SSR 服务端渲染项目三十一、前端开发者必备浏览器插件Chrome 插件Vue DevToolsReact Developer ToolsJSON ViewerWappalyzerOctotreeLighthouseTampermonkey三十二、优秀前端博客与社区社区掘金https://juejin.cn/Stack Overflowhttps://stackoverflow.com/DEV Communityhttps://dev.to/Reddit Frontendhttps://www.reddit.com/r/frontend/博客阮一峰https://www.ruanyifeng.com/blog/CSS-Trickshttps://css-tricks.com/Smashing Magazinehttps://www.smashingmagazine.com/三十三、推荐前端学习路线2026版Vue 技术栈HTML → CSS → JavaScript → TypeScript → Vue3 → Pinia → Vite → Node.js → SSR → 工程化 → 性能优化React 技术栈HTML → CSS → JavaScript → TypeScript → React → Next.js → Zustand/Redux → Node.js → SSR → 工程化 → 微前端三十四、前端开发者推荐电脑配置基础配置CPUi5 / R5内存16GB硬盘512GB SSD推荐配置CPUi7 / R7内存32GBSSD1TB三十五、总结前端开发不仅仅是页面开发还包括工程化架构设计性能优化自动化部署安全跨端开发AI 编程协作建议一定要多做项目多看源码多写总结多刷面试题保持持续学习真正的前端高手核心竞争力在于解决复杂问题工程能力架构能力性能优化能力团队协作能力