JavaFX 教程中文翻译
💻 本地运行
:::: code-group ::: code-group-item Pacman
sudo pacman -S nodejs yarn # 安装 nodejs 和 yarngit clone https://github.com/ice-kylin/javafx-tutorial-cn.gitcd ./javafx-tutorial-cnyarn installyarn docs:dev
::: ::: code-group-item HomeBrew
brew install yarn # 安装 yarngit clone https://github.com/ice-kylin/javafx-tutorial-cn.gitcd ./javafx-tutorial-cnyarn installyarn docs:dev
::: ::: code-group-item 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。
