@cdp/ui-jqm v2.1.0
cdp-ui-jqm
What is this module
- CDP UI library module based on jQuery Mobile widgets.
Repository structure
Folder and file structure of this repository is the following list.
root/
    docs/           // specification documents for this libraries
    external/       // 3rd party library modules
    src/            // development sources for this libraries
    tests/          // test scripts for this librariesHow to install
- npm - $ npm install @cdp/ui-jqm
How to build the module
If you want to use newest version, you can build the modules yourself as follow steps.
- build the modules - $ npm install $ npm run package
- pick up from the - distdirectory.- root/ dist/ cdp.ui.jqm.js js modules for dev. cdp.ui.jqm.min.js js modules for production. cdp.ui.jqm.min.js.map js map file. @types/ cdp.ui.jqm.d.ts d.ts file for this module.
How to test the module
CI command as following.
    $ npm install -g testem
    $ npm install
    
    $ npm run ciLINT command as following.
    $ npm install
    
    $ npm run lintHow to use
Please see the following documentation.
Release Notes
Please see the following link.
License
Copyright 2015, 2016 Sony Corporation
Copyright 2017 Sony Network Communications Inc.  
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.