mark-wen / Book-Functional-Light-JS-zh

《轻量函数式 JavaScript》中文

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional-Light-JS-zh

轻量函数式 JavaScript 中文

感谢原作!原 repo 地址:https://github.com/getify/Functional-Light-JS

在线阅读:http://gdut_yy.gitee.io/doc-fljs/ch1.html

本地开发 & 阅读

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

# vuepress
yarn global add vuepress

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

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

License

MIT

About

《轻量函数式 JavaScript》中文

License:MIT License


Languages

Language:Shell 100.0%