2025-03-21 06:54:41 +08:00

11 lines
945 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 前端开发
createTime: 2025/03/02 16:54:17
permalink: /csdiy/study-path/front-dev/
icon: logos:google-developers
---
前端开发是创建WEB页面或APP等前端界面呈现给用户的过程通过HTMLCSS及JavaScript以及衍生出来的各种技术、框架、解决方案来实现互联网产品的用户界面交互。
前端开发从网页制作演变而来名称上有很明显的时代特征。在互联网的演化进程中网页制作是Web1.0时代的产物早期网站主要内容都是静态以图片和文字为主用户使用网站的行为也以浏览为主。随着互联网技术的发展和HTML5、CSS3的应用现代网页更加美观交互效果显著功能更加强大。 [2]
前端开发跟随移动互联网发展带来了大量高性能的移动终端设备应用。HTML5Node.js的广泛应用各类UI框架JS类库层出不穷开发难度也在逐步提升。