JavaFX 教程中文翻译
💻 本地运行
Pacman
sudo pacman -S nodejs yarn # 安装 nodejs 和 yarngit clone https://github.com/ice-kylin/javafx-tutorial-cn.gitcd ./javafx-tutorial-cnyarn installyarn docs:dev
HomeBrew
brew install yarn # 安装 yarngit clone https://github.com/ice-kylin/javafx-tutorial-cn.gitcd ./javafx-tutorial-cnyarn installyarn docs:dev
Scoop
scoop install nodejs # 安装 nodejsscoop install yarn # 安装 yarngit clone https://github.com/ice-kylin/javafx-tutorial-cn.gitcd ./javafx-tutorial-cnyarn installyarn docs:dev
其它系统请参阅 Yarn 中文文档 安装 Yarn。
