OnJava8-zh

OnJava8 中文翻译

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

OnJava8-zh - 图1

前言

Index



本地开发 & 阅读

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

依赖于 node.jsyarnvuepress 等环境

  1. # node
  2. node -v
  3. > v10.14.1
  4. # yarn
  5. yarn -v
  6. > 1.13.0
  7. # vuepress
  8. yarn global add vuepress
  9. # 本地开发
  10. git clone https://github.com/gdut-yy/OnJava8-zh.git
  11. cd OnJava8-zh
  12. yarn docs:dev
  13. # 本地阅读
  14. http://localhost:8080/doc-onjava8/

License

MIT