Giter Site home page Giter Site logo

vaadin-login-flow's Introduction

โš ๏ธ This repository is deprecated

Vaadin Login for Flow

Vaadin Login for Flow is a UI component add-on for Vaadin.

License & Author

Apache License 2.0

Vaadin Login is written by Vaadin Ltd.

To purchase a license, visit http://vaadin.com/pricing

Installing

Add Login to your project

<dependencies>
  <dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-login-flow</artifactId>
    <version>${vaadin.login.version}</version>
  </dependency>
</dependencies>

Using Vaadin Login

Screenshot of vaadin-login

Basic use

LoginOverlay component = new LoginOverlay();

Setting up for development

Clone the project in GitHub (or fork it if you plan on contributing)

git clone [email protected]:vaadin/vaadin-login-flow.git

To build and install the project into the local repository run

mvn install -DskipITs

in the root directory. -DskipITs will skip the integration tests, which require a TestBench license. If you want to run all tests as part of the build, run

mvn install

To compile and run demos locally execute

mvn compile
mvn -pl vaadin-login-flow-demo -Pwar jetty:run

vaadin-login-flow's People

Contributors

diegocardoso avatar alvarezguille avatar tomivirkki avatar zhesun88 avatar manolo avatar web-padawan avatar pleku avatar yuriy-fix avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.