Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Documtation to support migration to npm #257

Open
bsutton opened this issue Jun 22, 2019 · 0 comments
Open

Documtation to support migration to npm #257

bsutton opened this issue Jun 22, 2019 · 0 comments
Labels
documentation Documentation is missing or invalid

Comments

@bsutton
Copy link

bsutton commented Jun 22, 2019

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>
@johndevs johndevs added the documentation Documentation is missing or invalid label Jul 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Documentation is missing or invalid
Development

No branches or pull requests

2 participants