Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.36 KB

File metadata and controls

47 lines (35 loc) · 1.36 KB

Java-9-Modularity-zh

《Java 9 模块化开发》中文翻译

在线阅读:http://gdut_yy.gitee.io/doc-java9/

目录

本地开发 & 阅读

本项目基于 vuepress 进行开发,以提供比 github mardown 更佳的阅读体验

依赖于 node.jsyarnvuepress 等环境

# vuepress
yarn global add vuepress

# 本地开发
git clone https://github.com/gdut-yy/Java-9-Modularity-zh.git
cd Java-9-Modularity-zh/
yarn docs:dev

License

MIT