[Vuejs]-How to convert AngularJS to Vue for a JHipster project?

7👍

If it’s your next JHipster project it means you start from scratch so why do you want to convert angular code to Vue?

Just generate the server part and write the client part using adequate Vue tooling.

yo jhipster --skip-client

The client part can sit in its own project folder and you can even use another code generator for it.

You could generate your API client from swagger spec exposed by JHipster server using swagger-vue

Edit 2019-03-06

There is now a JHipster Vue blueprint which has been beta released.

Leave a comment