Giter Club home page Giter Club logo

angular-mobile-ui's Introduction

Angular Mobile UI

UI Kits for PhoneGap or Mobile Web App

  • install node.js and npm form http://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 ……

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.