All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ofiles.vue.5.0.2.source-code.profile.yml Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
description: A profile for creating Grails applications with a Vue.js frontend
instructions: |
    This profile provides a client/server multi-project build structure. The server Grails app is using the rest-api profile with CORS enabled. It can be started using 'grails run-app' or using the Gradle wrapper:

      ./gradlew server:bootRun

    The Vue client app has been built via the Vue CLI (https://cli.vuejs.org/). It can be started via npm/yarn (`npm run serve`/`yarn serve`), or by using the Gradle wrapper (which will install npm dependencies automatically if needed):

      ./gradlew client:serve

    For support, please use the Grails Community Slack (https://grails-slack.cfapps.io) or open an issue on Github: https://github.com/grails-profiles/vue/issues

skeleton:
    excludes:
        - gradlew
        - gradlew.bat
        - gradle/
    parent:
        target: server
features:
    defaults:
        - hibernate5
    required:
        - json-views
build:
    repositories:
        - "https://plugins.gradle.org/m2/"
    plugins:
        - war
        - org.grails.grails-web
        - com.github.node-gradle.node
    excludes:
        - org.grails.grails-core
dependencies:
    - scope: build
      coords: "com.github.node-gradle:gradle-node-plugin:2.2.0"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy