JHipster从0入门记录
2022-02-18 本文已影响0人
今汐猎人
安装
- 安装Java 8 from the Oracle website.
- 安装Node.js from the Node.js website (请安装 64-bit version)
- 安装npm包:
npm install -g npm - 如果你想使用jhipster应用市场, 请安装 Yeoman:
npm install -g yo - 最后安装JHipster:
npm install -g generator-jhipster