Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.11 KB

corgular-modules-core

A sets of angular core modules for mobile devices(a few modules depend on Cordova plugins)

Service list

  • localDB: Utilize local SQLite database on mobile devices, depends on Cordova-SQLite-Plugin(HTML5/Web SQL API)
  • device: Device events API
  • debugHelper: Debug helpful code tools for angular
  • exceptionHandler: Handle all kinds of error on the web front-end
  • ...

How to use

Coming soon...

Coming soon...

Development

In order to build this package, ensure that you have Git and Node.js installed.

Clone a copy of the repo:

git clone https://github.com/meicj/corgular-modules-core.git

Change to project directory:

cd corgular-modules-core

Install dev dependencies

npm install

Building

We use gulp based build system. To build this packages, simply run following command from root folder

gulp

License

MIT(LICENSE)