search

Home  >  Q&A  >  body text

Spring - How to combine the javaee project with the npm javascript package management tool to manage the javaee JavaScript library

The javaee dependent package has its own package management warehouse, but if you use js, you have to pull it in one by one. It would be great if I could use the npm package management tool of javascript. I can easily import js. It’s a plug-in, how do you implement the idea?

仅有的幸福仅有的幸福2751 days ago895

reply all(1)I'll reply

  • 某草草

    某草草2017-06-12 09:30:00

    Use two sets of tools together.

    Just like .Net, use nuget to manage the .Net class library, use bower or npm to manage the JS class library, and then reference JS in the view.

    reply
    0
  • Cancelreply