Spring - How to combine the javaee project with the npm javascript package management tool to manage the javaee JavaScript library
仅有的幸福
仅有的幸福 2017-06-12 09:28:00
0
1
911

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?

仅有的幸福
仅有的幸福

reply all(1)
某草草

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template