yunyi1895 / You-Dont-Know-JS-zh

《你不知道的 JavaScript(上中下卷)》中文

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You-Dont-Know-JS-zh

《你不知道的 JavaScript(上中下卷)》中文

感谢原作!原 repo 地址:https://github.com/getify/You-Dont-Know-JS

在线阅读(github-page)

本地开发 & 阅读

本项目基于 vuepress 进行开发,以提供比 github mardown 更佳的阅读体验,依赖于 node.jsyarnvuepress 等环境

# vuepress
yarn global add vuepress

# 本地开发
git clone https://github.com/gdut-yy/You-Dont-Know-JS-zh.git
cd You-Dont-Know-JS-zh/
yarn docs:dev

# 本地阅读
http://localhost:8080/doc-ydkjs/

License

MIT

About

《你不知道的 JavaScript(上中下卷)》中文

License:MIT License


Languages

Language:Shell 100.0%