In this section, we'll learn how to install the official JHipster blueprint for Vue.js. You will need to open the Terminal application to run the following commands:
- Run npm install -g generator-jhipster-vuejs on a Terminal to install it. Once the installation is complete, we can create a Vue.js application with JHipster using the blueprint.
- Create a new folder and navigate to it by running mkdir jhipster-vuejs && cd jhipster-vuejs.
- Now, run the jhipster --blueprints vuejs command in the Terminal. The --blueprints flag is used to specify the blueprints that JHipster needs to use.
- JHipster will start with some prompts; let's select the default options for everything except for the build tool and test frameworks. For the question Which *Framework* would you like to use for the client?, you can see that there...