简体   繁体   中英

Jhipster + Angular 4 ( Blank page )

I'm trying to generate an app with jhipster and angular 4. It works well with angular js, but with angular 4, i can run the app but i have a blank page, with no errors

How could i fix this ?

EDIT :

I run the app with intelliJ and got this :

Intellij

i tried yarn start and got this :

Yarn

But this time it worked

I dont realy get the difference between the maven run of intellij, spring boot, yarn start or mvwn

Thanks

Hit the F12 key and you will likely find the error in your browser ( the console tab). This will give you the problem ( may be an error when calling the backend). This is more a comment than an answer.

Just in case, make sure :

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM