Skip to content

vinibar/sapui5_login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status OpenUI5 logo

sapui5_login

Simple login page with session control

More information

Prerequisites

The UI5 build and development tooling command line interface (UI5 CLI) has to be installed. For installation instructions please see Installing the UI5 CLI.

Setup

  1. Clone the repository and navigate into it

    git clone https://github.com/vinibar/sapui5_login.git
    cd sapui5_login
  2. Install all dependencies

    npm install
  3. Start a local server and run the application (http://localhost:8080/index.html)

    npm run start

Testing

  • Run ESLint code validation
    npm run lint
  • Start a local server and execute the tests automatically after every change
    npm run watch
  • Run ESLint, start a local server and run the tests in CI mode
    npm test

For more build and development options please see: UI5 Build and Development Tooling

Support

This repository is based on the OpenUI5 template demo apps and updated regularly with our latest recommendations. If you found a bug, please create an OpenUI5 issue. Thank you!

About

Controle de sessão simples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors