devsoap / ds-gradle-vaadin

Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
https://devsoap.com/gradle-vaadin-flow-plugin
Other
36 stars 13 forks source link

Documtation to support migration to npm #257

Open bsutton opened 5 years ago

bsutton commented 5 years ago

The vaadin migration guide (bower to npm) mentions a number of maven/pom.xml changes.

https://vaadin.com/tutorials/migrate-from-bower-to-npm-for-vaadin-14+

Can you provide documentation on what the equivalent gradle changes are:

Specifically the changes mentioned are:

  <groupId>com.vaadin</groupId>
    <artifactId>vaadin-maven-plugin</artifactId>
    <version>${vaadin.version}</version>
    <executions>
      <execution>
        <goals>
          <goal>prepare-frontend</goal>
          <goal>build-frontend</goal>
        </goals>
      </execution>
    </executions>
  </plugin>