Skip to content
View ErosHai's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ErosHai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ErosHai/README.md

Hi there 👋

Hello I'm Sea

Github stats

前端学习

我是一名前端工程师,主要使用 react 进行开发,此主页主要记录学习前端的过程,深入理解 web 前端相关知识,自我总结,持续更新。

Vue 是一套用于构建用户界面的渐进式框架。与其它大型框架不同的是,Vue 被设计为可以自底向上逐层应用。

React 应用程序是由 组件 组成的。一个组件是 UI(用户界面)的一部分,它拥有自己的逻辑和外观。组件可以小到一个按钮,也可以大到整个页面。

Python 易学,功能强大,很容易就能构建 Web 应用,非常适合初学者作为入门的开发语言

git clone:克隆远程代码库到本地

git add:将文件添加到暂存区

git commit:将暂存区的文件提交到本地代码库

git push:将本地代码库的提交推送到远程代码库

git pull:将远程代码库的更新下拉到本地

git branch:管理本地分支

git merge:合并分支

git status:查看当前代码库的状态

git diff:比较不同版本之间的差异

git log:查看提交历史

教程

常用框架

Pinned Loading

  1. react-router-dom react-router-dom Public

    This is My Practice project for react-router-dom and antd

    JavaScript

  2. GitHub-Chinese-Top-Charts GitHub-Chinese-Top-Charts Public

    Forked from GrowingGit/GitHub-Chinese-Top-Charts

    🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!

    Java

  3. free-programming-books-zh_CN free-programming-books-zh_CN Public

    Forked from justjavac/free-programming-books-zh_CN

    📚 免费的计算机编程类中文书籍,欢迎投稿

    JavaScript

  4. CS-Notes CS-Notes Public

    Forked from CyC2018/CS-Notes

    📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

    Java

  5. webpack webpack Public

    Forked from webpack/webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs,…

    JavaScript

  6. TypeScript TypeScript Public

    Forked from microsoft/TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    TypeScript