In the website of bower, it says:
...psst! While Bower is maintained, we recommend yarn and webpack for new front-end projects!
But I found out that yarn dropped the support for bower. http://stackoverflow.com/a/40035166
I will close this for now. Feel free to join our discord channel if you have any further questions.
Also, yarn doesn't need to support bower, as it is an alternative, not an integration. The purpose of both bower and yarn is simple: download dependencies of your project into some directory. Please read Bower's blog to know why yarn might be a better choice.
As long as the js packages can be included via traditional
Most helpful comment
Also, yarn doesn't need to support bower, as it is an alternative, not an integration. The purpose of both bower and yarn is simple: download dependencies of your project into some directory. Please read Bower's blog to know why yarn might be a better choice.