Coder Social home page Coder Social logo

younghajung / tau Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samsung/tau

0.0 0.0 0.0 118.01 MB

TAU (Tizen Advanced UI) project for supporting web app development based on web-based ui widget components library

License: Other

JavaScript 77.51% Makefile 0.01% Shell 0.14% CSS 11.50% HTML 10.05% C# 0.20% Python 0.42% PHP 0.01% XSLT 0.16%

tau's Introduction

TAU

The TAU library contains components which allows you to create Web Application UI. Each components represents UI element, such as a button or slider, which gives you interaction and manipulation features.

This is replacement and clone of previously existing https://review.tizen.org/gerrit/#/admin/projects/platform/framework/web/tau

Getting Started

  • Clone a copy of the master branch in the TAU Git repository:

git clone [email protected]:Samsung/TAU.git

  • Change to the tau directory:

cd TAU

  • Check out the latest stable version of TAU:

git checkout master

Prerequisites

To build a TAU library, ensure that you have both Git and Node.js (6.16.0) installed.

Example of node install using nvm:

nvm install 6.16.0
nvm use 6.16.0

Installing

  • Install the build module by npm:

npm install

Build TAU by running the following command in the tau directory:

npx grunt build

Running the tests

TAU has automated tests. To run tests execute command:

npx grunt test

Debuggging

In order to set additional logging in TAU you need to build TAU with --tau-debug option

npx grunt build --tau-debug

Demo application:

UIComponents sample web application demonstrating how to implement UI Components for wearable based on TAU.

Demo application is available on https://samsung.github.io/TAU:

If you want to test your own version of demo app it is available under following paths in repository:

  • mobile: examples\mobile\UIComponents
  • wearable: examples\wearable\UIComponents

In order to test it:

  • Install http-server in TAU directory

npm install http-server -g

  • Launch server in TAU directory:

npx http-server -p <port> -a localhost

e.g. npx http-server -p 8888 -a localhost

  • Visit appropriate site:

http://localhost:PORT/examples/PROFILE/UIComponents/

e.g.

Coding style tests

Project has defined eslint rules (.eslintrc.js)

Contribution can be verified using command:

npx grunt eslint

Usage

Refer to samsung.github.io/TAU for library usage instructions

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

TAU version comply with Semantic Versioning specification - 2.0

MAJOR.MINOR.PATCH

  • MAJOR - assures public API compatibility
  • MINOR - adds new functionalities (e.g. new API) with backward compatibility for old API
  • PATCH - backward compatible bug fixes

TAU vs Tizen compatibility

TAU 1.0 is compatible with Tizen 4.0/5.0 Web API TAU 1.1 is compatible with Tizen 5.5 Web API and backward compatible with 4.0/5.0 (apps using Tizen 4.0/5.0 Web API can use TAU 1.1 instead of TAU 1.0)

Releases

You can find releases in the releases tab

Tizen_version_number.TAU_version_for_given_Tizen_release.

E.g. in case of TAU for Tizen 5.0: 5.0.0...5.0.10, 5.0.11...

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under MIT except some files under Flora license. For details see COPYING

tau's People

Contributors

pkaczmarczy avatar tomaszlukawskisam avatar lmslachciak avatar wszczepanski97 avatar hunseopjeong avatar singa2000 avatar somang-park 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.