A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library!
This document is a guide for installing and using a JHipster blueprint that is designed to work with Vue.js. The blueprint provides instructions for installation, updating, and usage, including using Docker and creating new components. It also includes information on running the local blueprint version for development purposes.
Installation with NPM:
npm install -g generator-jhipster
npm install -g generator-jhipster-vuejs
Update Blueprint with NPM:
npm update -g generator-jhipster-vuejs
Installation with Yarn:
yarn global add generator-jhipster
yarn global add generator-jhipster-vuejs
Update Blueprint with Yarn:
yarn global upgrade generator-jhipster-vuejs
The JHipster blueprint for Vue.js provides a comprehensive guide for integrating Vue.js into JHipster projects. It includes installation instructions for NPM and Yarn, guidance on using Docker, creating components, and running the blueprint locally for development. By following these steps, users can easily incorporate Vue.js functionalities into their JHipster projects.