@cdp/framework-jqm
v2.1.0
Published
CDP framework module based on jQuery Mobile
Downloads
7
Readme
cdp-framework-jqm
What is this module
- CDP framework module based on Backbone.js, jQuery Mobile and i18next.
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 libraries
How to install
npm
$ npm install @cdp/framework-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
dist
directory.root/ dist/ cdp.framework.jqm.js js modules for dev. cdp.framework.jqm.min.js js modules for production. cdp.framework.jqm.min.js.map js map file. @types/ cdp.framework.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 ci
LINT command as following.
$ npm install
$ npm run lint
How to use
Please see the following documentation.
Release Notes
Please see the following link.
License
Copyright 2014, 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.