layout: home
hero: name: 让学习,更简单。 text: Front End tagline: Resources for Developers, by Developers actions: - theme: brand text: TypeScript link: /ts/intro.html - theme: alt text: JavaScript link: /js/basic/introduction.html - theme: alt text: ES6 link: /es6/intro.html - theme: alt text: 常用命令 link: /bash/archives/commands/xargs.html - theme: alt text: SVG 学习 link: /svg/SUMMARY.html - theme: alt text: NPM link: /npm/command/npm.html
features:
-
title: TypeScript details: TypeScript(简称 TS)是微软公司开发的一种语言的编程语言。TypeScript 可以看成是 JavaScript 的超集(superset),即它继承了后者的全部语法。 link: /ts/intro.html
-
title: JavaScript details: JavaScript 是一种轻量级的脚本语言。 也是一种嵌入式(embedded)语言。最常见的环境就是浏览器,另外还有服务器环境,也就是 Node 项目。 link: /js/basic/introduction.html
-
title: ES6 details: ECMAScript 6.0(以下简称 ES6)是 JavaScript 语言的下一代标准。它的目标,是使得 JavaScript 语言可以用来编写复杂的大型应用程序。 link: /es6/intro.html
-
title: BASH details: Bash 是 Unix 系统和 Linux 系统的一种 Shell(命令行环境),是目前绝大多数 Linux 发行版的默认 Shell。 link: /bash/intro.html
-
title: NPM details: npm 是 Node JavaScript 平台的包管理器。它将模块放置到位,以便节点可以找到它们,并智能地管理依赖冲突。 link: /npm/command/npm.html
-
title: 常用命令 details: Shell 工作中经常使用的命令,并有相关的使用示例,可以大幅度的节省时间,提高工作效率。 link: /bash/archives/commands/xargs.html