Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

ice-kylin/javafx-tutorial-cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JavaFX 教程中文翻译

💻 本地运行

Pacman

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

HomeBrew

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

Scoop

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

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