Best practices including Angular user interface in Grails

I would like to use the following plugin in my grails application http://angular-ui.imtqy.com/ui-calendar/ . The download contains bower.json to resolve the required dependencies:

  "dependencies": {
"angular": "~1.2.x",
"jquery": "~2.x",
"jquery-ui": "~1.10.3",
"fullcalendar": "~1.x"},"devDependencies": {
"angular-mocks": "~1.x",
"bootstrap-css": "2.3.1"}

What would be the best practice to include this in the grails project, because I don't think manually adding all these files manually is the way to go.

+4
source share
1 answer

Things i do

, , , @Igor Artamonov , bower ( web-app), bower install ApplicationRecources.groovy, , .., grails.

, , bower, , , . - spring security, .

node.js

node.js Grunt, dev -, .

, , watched, , , - , web-app , .. , bower Grunt, , , .

0

Source: https://habr.com/ru/post/1532466/


All Articles