JavaFX 教程中文翻译

💻 本地运行

Pacman

  1. sudo pacman -S nodejs yarn # 安装 nodejs 和 yarn
  2. git clone https://github.com/ice-kylin/javafx-tutorial-cn.git
  3. cd ./javafx-tutorial-cn
  4. yarn install
  5. yarn docs:dev

HomeBrew

  1. brew install yarn # 安装 yarn
  2. git clone https://github.com/ice-kylin/javafx-tutorial-cn.git
  3. cd ./javafx-tutorial-cn
  4. yarn install
  5. yarn docs:dev

Scoop

  1. scoop install nodejs # 安装 nodejs
  2. scoop install yarn # 安装 yarn
  3. git clone https://github.com/ice-kylin/javafx-tutorial-cn.git
  4. cd ./javafx-tutorial-cn
  5. yarn install
  6. yarn docs:dev

其它系统请参阅 Yarn 中文文档 安装 Yarn