justorez / You-Dont-Know-JS-CN

你不懂 JS(第一版)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

你不懂JS(系列丛书)

这是一套深入探讨 JavaScript 语言核心机制的系列丛书。本系列的第一版已经完成。

本地阅读

首先保证本地已安装有 Node.js 环境。

npm i -g nrm

# 切换国内的 npm 镜像
nrm use taobao
# 安装 docsify-cli
npm i -g docsify-cli

# 在项目根目录启动服务
docsify serve docs

打开浏览器,访问 http://localhost:3000 开始读书吧~

许可 & 版权

The materials herein are all (c) 2013-2016 Kyle Simpson.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License.

About

你不懂 JS(第一版)

License:MIT License