0.3.0 • Published 6 years ago

ui5-nabi-m v0.3.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

ui5-nabi-m

UI5 Nabi Mobile - a few things we would love to share with the community.

NPM

Getting started

  1. Install node.js (make sure to choose the LTS version, i.e. v6.11.2 LTS)

  2. Install git if you haven't

  3. Optional: Proxy Configuration in case you are working behind a proxy (see Developing UI5 for details)

    HTTP_PROXY=http://proxy:8080
    HTTPS_PROXY=http://proxy:8080
    FTP_PROXY=http://proxy:8080
    NO_PROXY=localhost,127.0.0.1,.mycompany.corp
  1. Clone the repository and navigate into it

    git clone https://github.com/nzamani/ui5-nabi-m
    cd ui5-nabi-m
  2. Install all npm dependencies (also installs all bower dependencies)

    npm install
  3. Run npm start to lint, build and run a local server (have a look into Gruntfile.js to see all the tasks).

    npm start
  4. Open a test page in your browser:

Directions

Browser A sample browser showcasing artifacts from one or more libraries

Testuite A QUnit testsuite running all unit tests in this library

Control page An HTML test page instantiating the control

Control Test page A simple QUnit test

Documentation

Deployment

Consumption of nabi.m

Contributing

This is a UI5Lab project. Find out how to contribute at UI5Lab-Central and become part of the community!

0.3.0

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago