Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

morlay/angular-mobile-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Mobile UI

UI Kits for PhoneGap or Mobile Web App

  • install node.js and npm form https://nodejs.org/

  • install grunt $ npm install -g grunt-cli

  • install bower $ npm install -g bower (must have the git envi)

  • install cordova $ npm install -g cordova

Base Libs & Styles

All above use bower for install by $ bower install

Demos

https://googledrive.com/host/0Bwdui5aYcEA9WFB1TThKUWVCS28/index.html

How To

after all envi installed, you can use CLI for task

  1. $ npm install and $ bower install for base modules and libs (must first).
  2. $ grunt package for package all statics to the dist for web.
  3. $ grunt cordova.init for create phonegap 3.0+ path.
  4. $ grunt cordova.add.plugins for add plugins by misc/cordova/plugins.json.
  5. $ grunt package.cordova for package all statics to the dist for phonegap app. (step.3 must be first)
  6. $ grunt prepare for that copy base files to the dist.
  7. $ grunt for local host at 127.0.0.1:80 (if modify grunt/task.js to make default with the server.mode, it will host at 127.0.0.1:3000 by express.js)
  8. $ grunt watch for that when you modify the file in src, task will run itself to refresh the statics for showing new.

Dev Docs

Soon ……

About

[DEPRECATED] UI Kits for PhoneGap or Mobile Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published