Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

前端技术

Base

前端 web 技术的基石: html + css + js

  • HTML 定义了网页的内容。
  • CSS 定义了网页的样式。
  • JavaScript 定义了网页的行为。

Nodejs, Npm, Yarn

Nodejs 和包管理器

流行: npm, yarn

  • Nodejs - 关键词: nodejs, REPLrequire, exports
  • Npm - 关键词: nodejs, 包管理, npm, cnpm, package.json, node_modules
  • Yarn - 关键词: nodejs, 包管理, yarn, yarn.lock

ES6, TypeScript, Babel

下一代 Javascript 语言

  • ES6 - 关键词: ES6, ECMAScript, arrow, this, let, const, class, extends, super, arrow ...
  • Babel - 关键词: babel-cli, .babelrc, preset, polyfill
  • TypeScript - 关键词: typescript, tsc

Bundlers

捆绑资源管理器

流行: Webpack

QA

静态检查工具、代码格式化工具

流行: JSLint, JSHint, ESLint, Prettier, Standard, TSlint

MVC - React, Vue, Angular

React 技术栈

Vue 技术栈

Angular 技术栈